Html Css Color HEX #C0AB73 Putty

📋 copy color: '#C0AB73'

red 192 ◦ green 171 ◦ blue 115

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

Shades of Putty #C0AB73

Tints of Putty #C0AB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 40.17%
G = 35.77%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0AB73 (or 0xC0AB73) is known color: Putty. HEX triplet: C0, AB and 73. RGB value is (192,171,115). Sum of RGB (Red+Green+Blue) = 192+171+115=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB73 is #3F548C. Grayscale: #ABABAB. Windows color (decimal): -4150413 or 7580608. OLE color: 7580608.

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

Color convert

RGB 192 171 115 -
CMYK 0 0.11 0.40 0.25
HSL 43.64º 0.38% 0.6% -
HSV(B) 43.64º 0.4% 0.75% -
XYZ 39.4 41.57 22.17 -
YUV 170.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 192 171 115 0 0.11 0.40 0.25 43.64 0.38 0.6
Hex C0 AB 73 0 B 28 19 2C 26 3C
Octal 300 253 163 0 13 50 31 54 46 74
Binary 11000000 10101011 1110011 0 1011 101000 11001 101100 100110 111100

Color Harmonies of #C0AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB73

Black with #C0AB73

Text Example


Text Example

White with #C0AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB73; }

 p { color: rgb(192,171,115); }

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

background-color css

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

 a { background-color: rgb(192,171,115); }

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

border-color css

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

 span { border-color: rgb(192,171,115); }

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