Html Css Color HEX #C8A870 Putty

📋 copy color: '#C8A870'

red 200 ◦ green 168 ◦ blue 112

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

Shades of Putty #C8A870

Tints of Putty #C8A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 41.67%
G = 35%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8A870 (or 0xC8A870) is known color: Putty. HEX triplet: C8, A8 and 70. RGB value is (200,168,112). Sum of RGB (Red+Green+Blue) = 200+168+112=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A870 is #37578F. Grayscale: #ABABAB. Windows color (decimal): -3626896 or 7383240. OLE color: 7383240.

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

Color convert

RGB 200 168 112 -
CMYK 0 0.16 0.44 0.22
HSL 38.18º 0.44% 0.61% -
HSV(B) 38.18º 0.44% 0.78% -
XYZ 40.75 41.45 21.18 -
YUV 171.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 200 168 112 0 0.16 0.44 0.22 38.18 0.44 0.61
Hex C8 A8 70 0 10 2C 16 26 2C 3D
Octal 310 250 160 0 20 54 26 46 54 75
Binary 11001000 10101000 1110000 0 10000 101100 10110 100110 101100 111101

Color Harmonies of #C8A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A870

Black with #C8A870

Text Example


Text Example

White with #C8A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A870; }

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

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

background-color css

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

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

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

border-color css

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

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

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