Html Css Color HEX #C8AD75 Putty

📋 copy color: '#C8AD75'

red 200 ◦ green 173 ◦ blue 117

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

Shades of Putty #C8AD75

Tints of Putty #C8AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 40.82%
G = 35.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8AD75 (or 0xC8AD75) is known color: Putty. HEX triplet: C8, AD and 75. RGB value is (200,173,117). Sum of RGB (Red+Green+Blue) = 200+173+117=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD75 is #37528A. Grayscale: #AEAEAE. Windows color (decimal): -3625611 or 7712200. OLE color: 7712200.

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

Color convert

RGB 200 173 117 -
CMYK 0 0.14 0.42 0.22
HSL 40.48º 0.43% 0.62% -
HSV(B) 40.48º 0.42% 0.78% -
XYZ 41.97 43.45 23 -
YUV 174.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 200 173 117 0 0.14 0.42 0.22 40.48 0.43 0.62
Hex C8 AD 75 0 E 2A 16 28 2B 3E
Octal 310 255 165 0 16 52 26 50 53 76
Binary 11001000 10101101 1110101 0 1110 101010 10110 101000 101011 111110

Color Harmonies of #C8AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD75

Black with #C8AD75

Text Example


Text Example

White with #C8AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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