Html Css Color HEX #C2A772 Putty

📋 copy color: '#C2A772'

red 194 ◦ green 167 ◦ blue 114

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

Shades of Putty #C2A772

Tints of Putty #C2A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 40.84%
G = 35.16%
B = 24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2A772 (or 0xC2A772) is known color: Putty. HEX triplet: C2, A7 and 72. RGB value is (194,167,114). Sum of RGB (Red+Green+Blue) = 194+167+114=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A772 is #3D588D. Grayscale: #A9A9A9. Windows color (decimal): -4020366 or 7514050. OLE color: 7514050.

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

Color convert

RGB 194 167 114 -
CMYK 0 0.14 0.41 0.24
HSL 39.75º 0.4% 0.6% -
HSV(B) 39.75º 0.41% 0.76% -
XYZ 39.1 40.32 21.64 -
YUV 169.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 194 167 114 0 0.14 0.41 0.24 39.75 0.4 0.6
Hex C2 A7 72 0 E 29 18 28 28 3C
Octal 302 247 162 0 16 51 30 50 50 74
Binary 11000010 10100111 1110010 0 1110 101001 11000 101000 101000 111100

Color Harmonies of #C2A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A772

Black with #C2A772

Text Example


Text Example

White with #C2A772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A772; }

 p { color: rgb(194,167,114); }

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

background-color css

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

 a { background-color: rgb(194,167,114); }

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

border-color css

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

 span { border-color: rgb(194,167,114); }

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