Html Css Color HEX #C8AC78 Putty

📋 copy color: '#C8AC78'

red 200 ◦ green 172 ◦ blue 120

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

Shades of Putty #C8AC78

Tints of Putty #C8AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 40.65%
G = 34.96%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8AC78 (or 0xC8AC78) is known color: Putty. HEX triplet: C8, AC and 78. RGB value is (200,172,120). Sum of RGB (Red+Green+Blue) = 200+172+120=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC78 is #375387. Grayscale: #AEAEAE. Windows color (decimal): -3625864 or 7908552. OLE color: 7908552.

HSL color Cylindrical-coordinate representation of color #C8AC78: hue angle of 39º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8AC78 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 120 -
CMYK 0 0.14 0.4 0.22
HSL 39º 0.42% 0.63% -
HSV(B) 39º 0.4% 0.78% -
XYZ 41.96 43.14 23.88 -
YUV 174.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 200 172 120 0 0.14 0.4 0.22 39 0.42 0.63
Hex C8 AC 78 0 E 28 16 27 2A 3F
Octal 310 254 170 0 16 50 26 47 52 77
Binary 11001000 10101100 1111000 0 1110 101000 10110 100111 101010 111111

Color Harmonies of #C8AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC78

Black with #C8AC78

Text Example


Text Example

White with #C8AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC78; }

 p { color: rgb(200,172,120); }

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

background-color css

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

 a { background-color: rgb(200,172,120); }

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

border-color css

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

 span { border-color: rgb(200,172,120); }

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