Html Css Color HEX #C2A576 Putty

📋 copy color: '#C2A576'

red 194 ◦ green 165 ◦ blue 118

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

Shades of Putty #C2A576

Tints of Putty #C2A576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 40.67%
G = 34.59%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2A576 (or 0xC2A576) is known color: Putty. HEX triplet: C2, A5 and 76. RGB value is (194,165,118). Sum of RGB (Red+Green+Blue) = 194+165+118=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A576 is #3D5A89. Grayscale: #A8A8A8. Windows color (decimal): -4020874 or 7775682. OLE color: 7775682.

HSL color Cylindrical-coordinate representation of color #C2A576: hue angle of 37.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2A576 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 118 -
CMYK 0 0.15 0.39 0.24
HSL 37.11º 0.38% 0.61% -
HSV(B) 37.11º 0.39% 0.76% -
XYZ 38.97 39.69 22.75 -
YUV 168.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 194 165 118 0 0.15 0.39 0.24 37.11 0.38 0.61
Hex C2 A5 76 0 F 27 18 25 26 3D
Octal 302 245 166 0 17 47 30 45 46 75
Binary 11000010 10100101 1110110 0 1111 100111 11000 100101 100110 111101

Color Harmonies of #C2A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A576

Black with #C2A576

Text Example


Text Example

White with #C2A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A576; }

 p { color: rgb(194,165,118); }

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

background-color css

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

 a { background-color: rgb(194,165,118); }

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

border-color css

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

 span { border-color: rgb(194,165,118); }

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