#CEB05B

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

Shades of Laser #CEB05B

Tints of Laser #CEB05B

Color information

#CEB05B (or 0xCEB05B) is unknown color: approx Laser. HEX triplet: CE, B0 and 5B. RGB value is (206,176,91). Sum of RGB (Red+Green+Blue) = 206+176+91=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05B is #314FA4. Grayscale: #AFAFAF. Windows color (decimal): -3231653 or 6009038. OLE color: 6009038.

HSL color Cylindrical-coordinate representation of color #CEB05B: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEB05B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20617691-
CMYK00.150.560.19
HSL44.35º53.99%58.24%-
HSV(B)44.35º55.83%80.78%-
XYZ42.8744.9316.31-
YUV175.2880.44149.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=43.55%
G=37.21%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061769100.150.560.1944.3553.9958.24
HexCEB05B0F38132c363a
Octal3162601330177023546672
Binary110011101011000010110110111111100010011101100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB05B; }

 p { color: rgb(206,176,91); }

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

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

 a { background-color: rgb(206,176,91); }

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

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

 span { border-color: rgb(206,176,91); }

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