#CEB05D

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

Shades of Laser #CEB05D

Tints of Laser #CEB05D

Color information

#CEB05D (or 0xCEB05D) is unknown color: approx Laser. HEX triplet: CE, B0 and 5D. RGB value is (206,176,93). Sum of RGB (Red+Green+Blue) = 206+176+93=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05D is #314FA2. Grayscale: #AFAFAF. Windows color (decimal): -3231651 or 6140110. OLE color: 6140110.

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

Color convert

RGB20617693-
CMYK00.150.550.19
HSL44.07º53.55%58.63%-
HSV(B)44.07º54.85%80.78%-
XYZ42.9544.9616.77-
YUV175.5181.44149.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=43.37%
G=37.05%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061769300.150.550.1944.0753.5558.63
HexCEB05D0F37132c363b
Octal3162601350176723546673
Binary110011101011000010111010111111011110011101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB05D; }

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

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

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

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

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

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

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

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