Html Css Color HEX #C2AE72 Putty

📋 copy color: '#C2AE72'

red 194 ◦ green 174 ◦ blue 114

#C2AE72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #C2AE72

Tints of Putty #C2AE72

RGB

 RED value IS 194 (76.17% from 255) = 40.25%

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 40.25%
G = 36.1%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2AE72 (or 0xC2AE72) is known color: Putty. HEX triplet: C2, AE and 72. RGB value is (194,174,114). Sum of RGB (Red+Green+Blue) = 194+174+114=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE72 is #3D518D. Grayscale: #ADADAD. Windows color (decimal): -4018574 or 7515842. OLE color: 7515842.

HSL color Cylindrical-coordinate representation of color #C2AE72: hue angle of 45º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2AE72 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 114 -
CMYK 0 0.10 0.41 0.24
HSL 45º 0.4% 0.6% -
HSV(B) 45º 0.41% 0.76% -
XYZ 40.42 42.96 22.08 -
YUV 173.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 194 174 114 0 0.10 0.41 0.24 45 0.4 0.6
Hex C2 AE 72 0 A 29 18 2D 28 3C
Octal 302 256 162 0 12 51 30 55 50 74
Binary 11000010 10101110 1110010 0 1010 101001 11000 101101 101000 111100

Color Harmonies of #C2AE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE72

Black with #C2AE72

Text Example


Text Example

White with #C2AE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE72; }

 p { color: rgb(194,174,114); }

 H1.HeaderClassName
 {
   color: #C2AE72;
 }
 .AnyTagClassName
 {
   color: #C2AE72;
 }
</style>

background-color css

<style>
 a { background-color: #C2AE72; }

 a { background-color: rgb(194,174,114); }

 div.DivClassName
 {
   background-color: #C2AE72;
 }
 .BgClassName
 {
   background-color: #C2AE72;
 }
</style>

border-color css

<style>
 span { border-color: #C2AE72; }

 span { border-color: rgb(194,174,114); }

 td.TdClassName
 {
   border-color: #C2AE72;
 }
 .TagClassName
 {
   border-color: #C2AE72;
 }
</style>