Html Css Color HEX #C2A872 Putty

📋 copy color: '#C2A872'

red 194 ◦ green 168 ◦ blue 114

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

Shades of Putty #C2A872

Tints of Putty #C2A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 40.76%
G = 35.29%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2A872 (or 0xC2A872) is known color: Putty. HEX triplet: C2, A8 and 72. RGB value is (194,168,114). Sum of RGB (Red+Green+Blue) = 194+168+114=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A872 is #3D578D. Grayscale: #A9A9A9. Windows color (decimal): -4020110 or 7514306. OLE color: 7514306.

HSL color Cylindrical-coordinate representation of color #C2A872: hue angle of 40.5º 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 #C2A872 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 114 -
CMYK 0 0.13 0.41 0.24
HSL 40.5º 0.4% 0.6% -
HSV(B) 40.5º 0.41% 0.76% -
XYZ 39.29 40.69 21.7 -
YUV 169.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 194 168 114 0 0.13 0.41 0.24 40.5 0.4 0.6
Hex C2 A8 72 0 D 29 18 28 28 3C
Octal 302 250 162 0 15 51 30 50 50 74
Binary 11000010 10101000 1110010 0 1101 101001 11000 101000 101000 111100

Color Harmonies of #C2A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A872

Black with #C2A872

Text Example


Text Example

White with #C2A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A872; }

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

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

background-color css

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

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

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

border-color css

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

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

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