Html Css Color HEX #C0A96E Putty

📋 copy color: '#C0A96E'

red 192 ◦ green 169 ◦ blue 110

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

Shades of Putty #C0A96E

Tints of Putty #C0A96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 40.76%
G = 35.88%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0A96E (or 0xC0A96E) is known color: Putty. HEX triplet: C0, A9 and 6E. RGB value is (192,169,110). Sum of RGB (Red+Green+Blue) = 192+169+110=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96E is #3F5691. Grayscale: #A9A9A9. Windows color (decimal): -4150930 or 7252416. OLE color: 7252416.

HSL color Cylindrical-coordinate representation of color #C0A96E: hue angle of 43.17º degrees, saturation: 0.39, 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 #C0A96E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 110 -
CMYK 0 0.12 0.43 0.25
HSL 43.17º 0.39% 0.59% -
HSV(B) 43.17º 0.43% 0.75% -
XYZ 38.74 40.71 20.57 -
YUV 169.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 192 169 110 0 0.12 0.43 0.25 43.17 0.39 0.59
Hex C0 A9 6E 0 C 2B 19 2B 27 3B
Octal 300 251 156 0 14 53 31 53 47 73
Binary 11000000 10101001 1101110 0 1100 101011 11001 101011 100111 111011

Color Harmonies of #C0A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A96E

Black with #C0A96E

Text Example


Text Example

White with #C0A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A96E; }

 p { color: rgb(192,169,110); }

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

background-color css

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

 a { background-color: rgb(192,169,110); }

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

border-color css

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

 span { border-color: rgb(192,169,110); }

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