#C0A56B

Color #C0A56B Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C0A56B

Tints of Laser #C0A56B

Color information

#C0A56B (or 0xC0A56B) is unknown color: approx Laser. HEX triplet: C0, A5 and 6B. RGB value is (192,165,107). Sum of RGB (Red+Green+Blue) = 192+165+107=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A56B is #3F5A94. Grayscale: #A6A6A6. Windows color (decimal): -4151957 or 7054784. OLE color: 7054784.

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

Color convert

RGB192165107-
CMYK00.140.440.25
HSL40.94º40.28%58.63%-
HSV(B)40.94º44.27%75.29%-
XYZ37.8539.1819.48-
YUV166.4694.45146.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=41.38%
G=35.56%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216510700.140.440.2540.9440.2858.63
HexC0A56B0E2C1929283b
Octal3002451530165431515073
Binary110000001010010111010110111010110011001101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A56B; }

 p { color: rgb(192,165,107); }

 H1.HeaderClassName
 {
   color: #C0A56B;
 }
 .AnyTagClassName
 {
   color: #C0A56B;
 }
</style>
background-color css

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

 a { background-color: rgb(192,165,107); }

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

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

 span { border-color: rgb(192,165,107); }

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