#CBB059

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

Shades of Laser #CBB059

Tints of Laser #CBB059

Color information

#CBB059 (or 0xCBB059) is unknown color: approx Laser. HEX triplet: CB, B0 and 59. RGB value is (203,176,89). Sum of RGB (Red+Green+Blue) = 203+176+89=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB059 is #344FA6. Grayscale: #AEAEAE. Windows color (decimal): -3428263 or 5877963. OLE color: 5877963.

HSL color Cylindrical-coordinate representation of color #CBB059: hue angle of 45.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBB059 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20317689-
CMYK00.130.560.20
HSL45.79º52.29%57.25%-
HSV(B)45.79º56.16%79.61%-
XYZ41.9644.4715.82-
YUV174.1579.95148.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=43.38%
G=37.61%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031768900.130.560.2045.7952.2957.25
HexCBB0590D38142e3439
Octal3132601310157024566471
Binary110010111011000010110010110111100010100101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB059; }

 p { color: rgb(203,176,89); }

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

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

 a { background-color: rgb(203,176,89); }

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

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

 span { border-color: rgb(203,176,89); }

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