Html Css Color HEX #C2A773 Putty

📋 copy color: '#C2A773'

red 194 ◦ green 167 ◦ blue 115

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

Shades of Putty #C2A773

Tints of Putty #C2A773

RGB

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

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

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

R = 40.76%
G = 35.08%
B = 24.16%

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

#C2A773 (or 0xC2A773) is known color: Putty. HEX triplet: C2, A7 and 73. RGB value is (194,167,115). Sum of RGB (Red+Green+Blue) = 194+167+115=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A773 is #3D588C. Grayscale: #A9A9A9. Windows color (decimal): -4020365 or 7579586. OLE color: 7579586.

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

Color convert

RGB 194 167 115 -
CMYK 0 0.14 0.41 0.24
HSL 39.49º 0.39% 0.61% -
HSV(B) 39.49º 0.41% 0.76% -
XYZ 39.16 40.34 21.94 -
YUV 169.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 194 167 115 0 0.14 0.41 0.24 39.49 0.39 0.61
Hex C2 A7 73 0 E 29 18 27 27 3D
Octal 302 247 163 0 16 51 30 47 47 75
Binary 11000010 10100111 1110011 0 1110 101001 11000 100111 100111 111101

Color Harmonies of #C2A773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A773

Black with #C2A773

Text Example


Text Example

White with #C2A773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A773; }

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

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

background-color css

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

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

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

border-color css

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

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

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