Html Css Color HEX #C0AB72 Putty

📋 copy color: '#C0AB72'

red 192 ◦ green 171 ◦ blue 114

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

Shades of Putty #C0AB72

Tints of Putty #C0AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 40.25%
G = 35.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0AB72 (or 0xC0AB72) is known color: Putty. HEX triplet: C0, AB and 72. RGB value is (192,171,114). Sum of RGB (Red+Green+Blue) = 192+171+114=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB72 is #3F548D. Grayscale: #ABABAB. Windows color (decimal): -4150414 or 7515072. OLE color: 7515072.

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

Color convert

RGB 192 171 114 -
CMYK 0 0.11 0.41 0.25
HSL 43.85º 0.38% 0.6% -
HSV(B) 43.85º 0.41% 0.75% -
XYZ 39.34 41.55 21.87 -
YUV 170.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 192 171 114 0 0.11 0.41 0.25 43.85 0.38 0.6
Hex C0 AB 72 0 B 29 19 2C 26 3C
Octal 300 253 162 0 13 51 31 54 46 74
Binary 11000000 10101011 1110010 0 1011 101001 11001 101100 100110 111100

Color Harmonies of #C0AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB72

Black with #C0AB72

Text Example


Text Example

White with #C0AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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