Html Css Color HEX #C0A576 Putty

📋 copy color: '#C0A576'

red 192 ◦ green 165 ◦ blue 118

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

Shades of Putty #C0A576

Tints of Putty #C0A576

RGB

 RED value IS 192 (75.39% from 255) = 40.42%

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

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

R = 40.42%
G = 34.74%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0A576 (or 0xC0A576) is known color: Putty. HEX triplet: C0, A5 and 76. RGB value is (192,165,118). Sum of RGB (Red+Green+Blue) = 192+165+118=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A576 is #3F5A89. Grayscale: #A7A7A7. Windows color (decimal): -4151946 or 7775680. OLE color: 7775680.

HSL color Cylindrical-coordinate representation of color #C0A576: hue angle of 38.11º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0A576 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 118 -
CMYK 0 0.14 0.39 0.25
HSL 38.11º 0.37% 0.61% -
HSV(B) 38.11º 0.39% 0.75% -
XYZ 38.46 39.42 22.72 -
YUV 167.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 192 165 118 0 0.14 0.39 0.25 38.11 0.37 0.61
Hex C0 A5 76 0 E 27 19 26 25 3D
Octal 300 245 166 0 16 47 31 46 45 75
Binary 11000000 10100101 1110110 0 1110 100111 11001 100110 100101 111101

Color Harmonies of #C0A576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A576

Black with #C0A576

Text Example


Text Example

White with #C0A576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A576; }

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

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

background-color css

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

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

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

border-color css

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

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

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