Html Css Color HEX #C0A575 Putty

📋 copy color: '#C0A575'

red 192 ◦ green 165 ◦ blue 117

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

Shades of Putty #C0A575

Tints of Putty #C0A575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 40.51%
G = 34.81%
B = 24.68%

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

#C0A575 (or 0xC0A575) is known color: Putty. HEX triplet: C0, A5 and 75. RGB value is (192,165,117). Sum of RGB (Red+Green+Blue) = 192+165+117=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A575 is #3F5A8A. Grayscale: #A7A7A7. Windows color (decimal): -4151947 or 7710144. OLE color: 7710144.

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

Color convert

RGB 192 165 117 -
CMYK 0 0.14 0.39 0.25
HSL 38.4º 0.37% 0.61% -
HSV(B) 38.4º 0.39% 0.75% -
XYZ 38.4 39.4 22.41 -
YUV 167.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 192 165 117 0 0.14 0.39 0.25 38.4 0.37 0.61
Hex C0 A5 75 0 E 27 19 26 25 3D
Octal 300 245 165 0 16 47 31 46 45 75
Binary 11000000 10100101 1110101 0 1110 100111 11001 100110 100101 111101

Color Harmonies of #C0A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A575

Black with #C0A575

Text Example


Text Example

White with #C0A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A575; }

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

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

background-color css

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

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

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

border-color css

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

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

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