Html Css Color HEX #C0AB6D Putty

📋 copy color: '#C0AB6D'

red 192 ◦ green 171 ◦ blue 109

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

Shades of Putty #C0AB6D

Tints of Putty #C0AB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 40.68%
G = 36.23%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0AB6D (or 0xC0AB6D) is known color: Putty. HEX triplet: C0, AB and 6D. RGB value is (192,171,109). Sum of RGB (Red+Green+Blue) = 192+171+109=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB6D is #3F5492. Grayscale: #AAAAAA. Windows color (decimal): -4150419 or 7187392. OLE color: 7187392.

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

Color convert

RGB 192 171 109 -
CMYK 0 0.11 0.43 0.25
HSL 44.82º 0.4% 0.59% -
HSV(B) 44.82º 0.43% 0.75% -
XYZ 39.06 41.44 20.41 -
YUV 170.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 192 171 109 0 0.11 0.43 0.25 44.82 0.4 0.59
Hex C0 AB 6D 0 B 2B 19 2D 28 3B
Octal 300 253 155 0 13 53 31 55 50 73
Binary 11000000 10101011 1101101 0 1011 101011 11001 101101 101000 111011

Color Harmonies of #C0AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB6D

Black with #C0AB6D

Text Example


Text Example

White with #C0AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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