Html Css Color HEX #C2A572 Putty

📋 copy color: '#C2A572'

red 194 ◦ green 165 ◦ blue 114

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

Shades of Putty #C2A572

Tints of Putty #C2A572

RGB

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

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

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

R = 41.01%
G = 34.88%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2A572 (or 0xC2A572) is known color: Putty. HEX triplet: C2, A5 and 72. RGB value is (194,165,114). Sum of RGB (Red+Green+Blue) = 194+165+114=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A572 is #3D5A8D. Grayscale: #A8A8A8. Windows color (decimal): -4020878 or 7513538. OLE color: 7513538.

HSL color Cylindrical-coordinate representation of color #C2A572: hue angle of 38.25º 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 #C2A572 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 114 -
CMYK 0 0.15 0.41 0.24
HSL 38.25º 0.4% 0.6% -
HSV(B) 38.25º 0.41% 0.76% -
XYZ 38.74 39.59 21.52 -
YUV 167.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 194 165 114 0 0.15 0.41 0.24 38.25 0.4 0.6
Hex C2 A5 72 0 F 29 18 26 28 3C
Octal 302 245 162 0 17 51 30 46 50 74
Binary 11000010 10100101 1110010 0 1111 101001 11000 100110 101000 111100

Color Harmonies of #C2A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A572

Black with #C2A572

Text Example


Text Example

White with #C2A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A572; }

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

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

background-color css

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

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

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

border-color css

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

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

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