Html Css Color HEX #C0A66F Putty

📋 copy color: '#C0A66F'

red 192 ◦ green 166 ◦ blue 111

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

Shades of Putty #C0A66F

Tints of Putty #C0A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

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

R = 40.94%
G = 35.39%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0A66F (or 0xC0A66F) is known color: Putty. HEX triplet: C0, A6 and 6F. RGB value is (192,166,111). Sum of RGB (Red+Green+Blue) = 192+166+111=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A66F is #3F5990. Grayscale: #A7A7A7. Windows color (decimal): -4151697 or 7317184. OLE color: 7317184.

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

Color convert

RGB 192 166 111 -
CMYK 0 0.14 0.42 0.25
HSL 40.74º 0.39% 0.59% -
HSV(B) 40.74º 0.42% 0.75% -
XYZ 38.24 39.63 20.67 -
YUV 167.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 192 166 111 0 0.14 0.42 0.25 40.74 0.39 0.59
Hex C0 A6 6F 0 E 2A 19 29 27 3B
Octal 300 246 157 0 16 52 31 51 47 73
Binary 11000000 10100110 1101111 0 1110 101010 11001 101001 100111 111011

Color Harmonies of #C0A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A66F

Black with #C0A66F

Text Example


Text Example

White with #C0A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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