Html Css Color HEX #C8A972 Putty

📋 copy color: '#C8A972'

red 200 ◦ green 169 ◦ blue 114

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

Shades of Putty #C8A972

Tints of Putty #C8A972

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

 GREEN value IS 169 (66.41% from 255) = 34.99%

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

R = 41.41%
G = 34.99%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8A972 (or 0xC8A972) is known color: Putty. HEX triplet: C8, A9 and 72. RGB value is (200,169,114). Sum of RGB (Red+Green+Blue) = 200+169+114=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A972 is #37568D. Grayscale: #ACACAC. Windows color (decimal): -3626638 or 7514568. OLE color: 7514568.

HSL color Cylindrical-coordinate representation of color #C8A972: hue angle of 38.37º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8A972 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 114 -
CMYK 0 0.16 0.43 0.22
HSL 38.37º 0.44% 0.62% -
HSV(B) 38.37º 0.43% 0.78% -
XYZ 41.04 41.87 21.84 -
YUV 172 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 200 169 114 0 0.16 0.43 0.22 38.37 0.44 0.62
Hex C8 A9 72 0 10 2B 16 26 2C 3E
Octal 310 251 162 0 20 53 26 46 54 76
Binary 11001000 10101001 1110010 0 10000 101011 10110 100110 101100 111110

Color Harmonies of #C8A972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A972

Black with #C8A972

Text Example


Text Example

White with #C8A972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A972; }

 p { color: rgb(200,169,114); }

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

background-color css

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

 a { background-color: rgb(200,169,114); }

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

border-color css

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

 span { border-color: rgb(200,169,114); }

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