Html Css Color HEX #C8AB72 Putty

📋 copy color: '#C8AB72'

red 200 ◦ green 171 ◦ blue 114

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

Shades of Putty #C8AB72

Tints of Putty #C8AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 41.24%
G = 35.26%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8AB72 (or 0xC8AB72) is known color: Putty. HEX triplet: C8, AB and 72. RGB value is (200,171,114). Sum of RGB (Red+Green+Blue) = 200+171+114=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB72 is #37548D. Grayscale: #ADADAD. Windows color (decimal): -3626126 or 7515080. OLE color: 7515080.

HSL color Cylindrical-coordinate representation of color #C8AB72: hue angle of 39.77º 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 #C8AB72 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 114 -
CMYK 0 0.14 0.43 0.22
HSL 39.77º 0.44% 0.62% -
HSV(B) 39.77º 0.43% 0.78% -
XYZ 41.42 42.62 21.96 -
YUV 173.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 200 171 114 0 0.14 0.43 0.22 39.77 0.44 0.62
Hex C8 AB 72 0 E 2B 16 28 2C 3E
Octal 310 253 162 0 16 53 26 50 54 76
Binary 11001000 10101011 1110010 0 1110 101011 10110 101000 101100 111110

Color Harmonies of #C8AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB72

Black with #C8AB72

Text Example


Text Example

White with #C8AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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