Html Css Color HEX #C0AB6F Putty

📋 copy color: '#C0AB6F'

red 192 ◦ green 171 ◦ blue 111

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

Shades of Putty #C0AB6F

Tints of Putty #C0AB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 40.51%
G = 36.08%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0AB6F (or 0xC0AB6F) is known color: Putty. HEX triplet: C0, AB and 6F. RGB value is (192,171,111). Sum of RGB (Red+Green+Blue) = 192+171+111=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB6F is #3F5490. Grayscale: #AAAAAA. Windows color (decimal): -4150417 or 7318464. OLE color: 7318464.

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

Color convert

RGB 192 171 111 -
CMYK 0 0.11 0.42 0.25
HSL 44.44º 0.39% 0.59% -
HSV(B) 44.44º 0.42% 0.75% -
XYZ 39.17 41.48 20.98 -
YUV 170.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 192 171 111 0 0.11 0.42 0.25 44.44 0.39 0.59
Hex C0 AB 6F 0 B 2A 19 2C 27 3B
Octal 300 253 157 0 13 52 31 54 47 73
Binary 11000000 10101011 1101111 0 1011 101010 11001 101100 100111 111011

Color Harmonies of #C0AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB6F

Black with #C0AB6F

Text Example


Text Example

White with #C0AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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