#CBA566

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

Shades of Laser #CBA566

Tints of Laser #CBA566

Color information

#CBA566 (or 0xCBA566) is unknown color: approx Laser. HEX triplet: CB, A5 and 66. RGB value is (203,165,102). Sum of RGB (Red+Green+Blue) = 203+165+102=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA566 is #345A99. Grayscale: #A9A9A9. Windows color (decimal): -3431066 or 6727115. OLE color: 6727115.

HSL color Cylindrical-coordinate representation of color #CBA566: hue angle of 37.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBA566 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203165102-
CMYK00.190.500.20
HSL37.43º49.27%59.8%-
HSV(B)37.43º49.75%79.61%-
XYZ40.4840.5718.27-
YUV169.1890.09152.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=43.19%
G=35.11%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316510200.190.500.2037.4349.2759.8
HexCBA566013321425313c
Octal3132451460236224456174
Binary1100101110100101110011001001111001010100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA566; }

 p { color: rgb(203,165,102); }

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

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

 a { background-color: rgb(203,165,102); }

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

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

 span { border-color: rgb(203,165,102); }

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