Html Css Color HEX #C2A870 Putty

📋 copy color: '#C2A870'

red 194 ◦ green 168 ◦ blue 112

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

Shades of Putty #C2A870

Tints of Putty #C2A870

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

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

R = 40.93%
G = 35.44%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2A870 (or 0xC2A870) is known color: Putty. HEX triplet: C2, A8 and 70. RGB value is (194,168,112). Sum of RGB (Red+Green+Blue) = 194+168+112=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A870 is #3D578F. Grayscale: #A9A9A9. Windows color (decimal): -4020112 or 7383234. OLE color: 7383234.

HSL color Cylindrical-coordinate representation of color #C2A870: hue angle of 40.98º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2A870 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 112 -
CMYK 0 0.13 0.42 0.24
HSL 40.98º 0.4% 0.6% -
HSV(B) 40.98º 0.42% 0.76% -
XYZ 39.18 40.64 21.11 -
YUV 169.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 194 168 112 0 0.13 0.42 0.24 40.98 0.4 0.6
Hex C2 A8 70 0 D 2A 18 29 28 3C
Octal 302 250 160 0 15 52 30 51 50 74
Binary 11000010 10101000 1110000 0 1101 101010 11000 101001 101000 111100

Color Harmonies of #C2A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A870

Black with #C2A870

Text Example


Text Example

White with #C2A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A870; }

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

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

background-color css

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

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

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

border-color css

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

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

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