Html Css Color HEX #C8AD79 Putty

📋 copy color: '#C8AD79'

red 200 ◦ green 173 ◦ blue 121

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

Shades of Putty #C8AD79

Tints of Putty #C8AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 40.49%
G = 35.02%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8AD79 (or 0xC8AD79) is known color: Putty. HEX triplet: C8, AD and 79. RGB value is (200,173,121). Sum of RGB (Red+Green+Blue) = 200+173+121=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD79 is #375286. Grayscale: #AFAFAF. Windows color (decimal): -3625607 or 7974344. OLE color: 7974344.

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

Color convert

RGB 200 173 121 -
CMYK 0 0.14 0.39 0.22
HSL 39.49º 0.42% 0.63% -
HSV(B) 39.49º 0.4% 0.78% -
XYZ 42.21 43.55 24.27 -
YUV 175.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 200 173 121 0 0.14 0.39 0.22 39.49 0.42 0.63
Hex C8 AD 79 0 E 27 16 27 2A 3F
Octal 310 255 171 0 16 47 26 47 52 77
Binary 11001000 10101101 1111001 0 1110 100111 10110 100111 101010 111111

Color Harmonies of #C8AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD79

Black with #C8AD79

Text Example


Text Example

White with #C8AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD79; }

 p { color: rgb(200,173,121); }

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

background-color css

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

 a { background-color: rgb(200,173,121); }

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

border-color css

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

 span { border-color: rgb(200,173,121); }

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