Html Css Color HEX #C2A573 Putty

📋 copy color: '#C2A573'

red 194 ◦ green 165 ◦ blue 115

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

Shades of Putty #C2A573

Tints of Putty #C2A573

RGB

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

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

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

R = 40.93%
G = 34.81%
B = 24.26%

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

#C2A573 (or 0xC2A573) is known color: Putty. HEX triplet: C2, A5 and 73. RGB value is (194,165,115). Sum of RGB (Red+Green+Blue) = 194+165+115=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A573 is #3D5A8C. Grayscale: #A8A8A8. Windows color (decimal): -4020877 or 7579074. OLE color: 7579074.

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

Color convert

RGB 194 165 115 -
CMYK 0 0.15 0.41 0.24
HSL 37.97º 0.39% 0.61% -
HSV(B) 37.97º 0.41% 0.76% -
XYZ 38.8 39.62 21.82 -
YUV 167.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 194 165 115 0 0.15 0.41 0.24 37.97 0.39 0.61
Hex C2 A5 73 0 F 29 18 26 27 3D
Octal 302 245 163 0 17 51 30 46 47 75
Binary 11000010 10100101 1110011 0 1111 101001 11000 100110 100111 111101

Color Harmonies of #C2A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A573

Black with #C2A573

Text Example


Text Example

White with #C2A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A573; }

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

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

background-color css

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

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

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

border-color css

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

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

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