Html Css Color HEX #C2A973 Putty

📋 copy color: '#C2A973'

red 194 ◦ green 169 ◦ blue 115

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

Shades of Putty #C2A973

Tints of Putty #C2A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 40.59%
G = 35.36%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2A973 (or 0xC2A973) is known color: Putty. HEX triplet: C2, A9 and 73. RGB value is (194,169,115). Sum of RGB (Red+Green+Blue) = 194+169+115=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A973 is #3D568C. Grayscale: #AAAAAA. Windows color (decimal): -4019853 or 7580098. OLE color: 7580098.

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

Color convert

RGB 194 169 115 -
CMYK 0 0.13 0.41 0.24
HSL 41.01º 0.39% 0.61% -
HSV(B) 41.01º 0.41% 0.76% -
XYZ 39.53 41.08 22.07 -
YUV 170.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 194 169 115 0 0.13 0.41 0.24 41.01 0.39 0.61
Hex C2 A9 73 0 D 29 18 29 27 3D
Octal 302 251 163 0 15 51 30 51 47 75
Binary 11000010 10101001 1110011 0 1101 101001 11000 101001 100111 111101

Color Harmonies of #C2A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A973

Black with #C2A973

Text Example


Text Example

White with #C2A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A973; }

 p { color: rgb(194,169,115); }

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

background-color css

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

 a { background-color: rgb(194,169,115); }

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

border-color css

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

 span { border-color: rgb(194,169,115); }

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