Html Css Color HEX #C8AD70 Putty

📋 copy color: '#C8AD70'

red 200 ◦ green 173 ◦ blue 112

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

Shades of Putty #C8AD70

Tints of Putty #C8AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 41.24%
G = 35.67%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AD70 (or 0xC8AD70) is known color: Putty. HEX triplet: C8, AD and 70. RGB value is (200,173,112). Sum of RGB (Red+Green+Blue) = 200+173+112=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD70 is #37528F. Grayscale: #AEAEAE. Windows color (decimal): -3625616 or 7384520. OLE color: 7384520.

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

Color convert

RGB 200 173 112 -
CMYK 0 0.14 0.44 0.22
HSL 41.59º 0.44% 0.61% -
HSV(B) 41.59º 0.44% 0.78% -
XYZ 41.69 43.34 21.5 -
YUV 174.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 200 173 112 0 0.14 0.44 0.22 41.59 0.44 0.61
Hex C8 AD 70 0 E 2C 16 2A 2C 3D
Octal 310 255 160 0 16 54 26 52 54 75
Binary 11001000 10101101 1110000 0 1110 101100 10110 101010 101100 111101

Color Harmonies of #C8AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD70

Black with #C8AD70

Text Example


Text Example

White with #C8AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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