Html Css Color HEX #C0A574 Putty

📋 copy color: '#C0A574'

red 192 ◦ green 165 ◦ blue 116

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

Shades of Putty #C0A574

Tints of Putty #C0A574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 40.59%
G = 34.88%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0A574 (or 0xC0A574) is known color: Putty. HEX triplet: C0, A5 and 74. RGB value is (192,165,116). Sum of RGB (Red+Green+Blue) = 192+165+116=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A574 is #3F5A8B. Grayscale: #A7A7A7. Windows color (decimal): -4151948 or 7644608. OLE color: 7644608.

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

Color convert

RGB 192 165 116 -
CMYK 0 0.14 0.40 0.25
HSL 38.68º 0.38% 0.6% -
HSV(B) 38.68º 0.4% 0.75% -
XYZ 38.35 39.38 22.1 -
YUV 167.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 192 165 116 0 0.14 0.40 0.25 38.68 0.38 0.6
Hex C0 A5 74 0 E 28 19 27 26 3C
Octal 300 245 164 0 16 50 31 47 46 74
Binary 11000000 10100101 1110100 0 1110 101000 11001 100111 100110 111100

Color Harmonies of #C0A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A574

Black with #C0A574

Text Example


Text Example

White with #C0A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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