Html Css Color HEX #C8AE78 Putty

📋 copy color: '#C8AE78'

red 200 ◦ green 174 ◦ blue 120

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

Shades of Putty #C8AE78

Tints of Putty #C8AE78

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

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

R = 40.49%
G = 35.22%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8AE78 (or 0xC8AE78) is known color: Putty. HEX triplet: C8, AE and 78. RGB value is (200,174,120). Sum of RGB (Red+Green+Blue) = 200+174+120=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE78 is #375187. Grayscale: #AFAFAF. Windows color (decimal): -3625352 or 7909064. OLE color: 7909064.

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

Color convert

RGB 200 174 120 -
CMYK 0 0.13 0.4 0.22
HSL 40.5º 0.42% 0.63% -
HSV(B) 40.5º 0.4% 0.78% -
XYZ 42.35 43.91 24.01 -
YUV 175.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 200 174 120 0 0.13 0.4 0.22 40.5 0.42 0.63
Hex C8 AE 78 0 D 28 16 28 2A 3F
Octal 310 256 170 0 15 50 26 50 52 77
Binary 11001000 10101110 1111000 0 1101 101000 10110 101000 101010 111111

Color Harmonies of #C8AE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE78

Black with #C8AE78

Text Example


Text Example

White with #C8AE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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