Html Css Color HEX #C8A878 Putty

📋 copy color: '#C8A878'

red 200 ◦ green 168 ◦ blue 120

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

Shades of Putty #C8A878

Tints of Putty #C8A878

RGB

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

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

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

R = 40.98%
G = 34.43%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8A878 (or 0xC8A878) is known color: Putty. HEX triplet: C8, A8 and 78. RGB value is (200,168,120). Sum of RGB (Red+Green+Blue) = 200+168+120=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A878 is #375787. Grayscale: #ACACAC. Windows color (decimal): -3626888 or 7907528. OLE color: 7907528.

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

Color convert

RGB 200 168 120 -
CMYK 0 0.16 0.4 0.22
HSL 36º 0.42% 0.63% -
HSV(B) 36º 0.4% 0.78% -
XYZ 41.21 41.64 23.63 -
YUV 172.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 200 168 120 0 0.16 0.4 0.22 36 0.42 0.63
Hex C8 A8 78 0 10 28 16 24 2A 3F
Octal 310 250 170 0 20 50 26 44 52 77
Binary 11001000 10101000 1111000 0 10000 101000 10110 100100 101010 111111

Color Harmonies of #C8A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A878

Black with #C8A878

Text Example


Text Example

White with #C8A878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A878; }

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

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

background-color css

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

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

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

border-color css

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

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

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