Html Css Color HEX #C8AD76 Putty

📋 copy color: '#C8AD76'

red 200 ◦ green 173 ◦ blue 118

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

Shades of Putty #C8AD76

Tints of Putty #C8AD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 40.73%
G = 35.23%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8AD76 (or 0xC8AD76) is known color: Putty. HEX triplet: C8, AD and 76. RGB value is (200,173,118). Sum of RGB (Red+Green+Blue) = 200+173+118=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD76 is #375289. Grayscale: #AFAFAF. Windows color (decimal): -3625610 or 7777736. OLE color: 7777736.

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

Color convert

RGB 200 173 118 -
CMYK 0 0.14 0.41 0.22
HSL 40.24º 0.43% 0.62% -
HSV(B) 40.24º 0.41% 0.78% -
XYZ 42.03 43.47 23.32 -
YUV 174.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 200 173 118 0 0.14 0.41 0.22 40.24 0.43 0.62
Hex C8 AD 76 0 E 29 16 28 2B 3E
Octal 310 255 166 0 16 51 26 50 53 76
Binary 11001000 10101101 1110110 0 1110 101001 10110 101000 101011 111110

Color Harmonies of #C8AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD76

Black with #C8AD76

Text Example


Text Example

White with #C8AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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