Html Css Color HEX #C0A578 Putty

📋 copy color: '#C0A578'

red 192 ◦ green 165 ◦ blue 120

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

Shades of Putty #C0A578

Tints of Putty #C0A578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 40.25%
G = 34.59%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C0A578 (or 0xC0A578) is known color: Putty. HEX triplet: C0, A5 and 78. RGB value is (192,165,120). Sum of RGB (Red+Green+Blue) = 192+165+120=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A578 is #3F5A87. Grayscale: #A8A8A8. Windows color (decimal): -4151944 or 7906752. OLE color: 7906752.

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

Color convert

RGB 192 165 120 -
CMYK 0 0.14 0.38 0.25
HSL 37.5º 0.36% 0.61% -
HSV(B) 37.5º 0.38% 0.75% -
XYZ 38.58 39.47 23.35 -
YUV 167.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 192 165 120 0 0.14 0.38 0.25 37.5 0.36 0.61
Hex C0 A5 78 0 E 26 19 26 24 3D
Octal 300 245 170 0 16 46 31 46 44 75
Binary 11000000 10100101 1111000 0 1110 100110 11001 100110 100100 111101

Color Harmonies of #C0A578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A578

Black with #C0A578

Text Example


Text Example

White with #C0A578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A578; }

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

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

background-color css

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

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

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

border-color css

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

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

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