#CBB056

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

Shades of Laser #CBB056

Tints of Laser #CBB056

Color information

#CBB056 (or 0xCBB056) is unknown color: approx Laser. HEX triplet: CB, B0 and 56. RGB value is (203,176,86). Sum of RGB (Red+Green+Blue) = 203+176+86=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB056 is #344FA9. Grayscale: #AEAEAE. Windows color (decimal): -3428266 or 5681355. OLE color: 5681355.

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

Color convert

RGB20317686-
CMYK00.130.580.20
HSL46.15º52.94%56.67%-
HSV(B)46.15º57.64%79.61%-
XYZ41.8344.4215.17-
YUV173.8178.45148.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 86 (33.98% from 255) = 18.49%
R=43.66%
G=37.85%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031768600.130.580.2046.1552.9456.67
HexCBB0560D3A142e3539
Octal3132601260157224566571
Binary110010111011000010101100110111101010100101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB056; }

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

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

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

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

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

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

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

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