Html Css Color HEX #C0A76E Putty

📋 copy color: '#C0A76E'

red 192 ◦ green 167 ◦ blue 110

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

Shades of Putty #C0A76E

Tints of Putty #C0A76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

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

R = 40.94%
G = 35.61%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0A76E (or 0xC0A76E) is known color: Putty. HEX triplet: C0, A7 and 6E. RGB value is (192,167,110). Sum of RGB (Red+Green+Blue) = 192+167+110=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A76E is #3F5891. Grayscale: #A8A8A8. Windows color (decimal): -4151442 or 7251904. OLE color: 7251904.

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

Color convert

RGB 192 167 110 -
CMYK 0 0.13 0.43 0.25
HSL 41.71º 0.39% 0.59% -
HSV(B) 41.71º 0.43% 0.75% -
XYZ 38.37 39.97 20.44 -
YUV 167.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 192 167 110 0 0.13 0.43 0.25 41.71 0.39 0.59
Hex C0 A7 6E 0 D 2B 19 2A 27 3B
Octal 300 247 156 0 15 53 31 52 47 73
Binary 11000000 10100111 1101110 0 1101 101011 11001 101010 100111 111011

Color Harmonies of #C0A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A76E

Black with #C0A76E

Text Example


Text Example

White with #C0A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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