#CEAF5D

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

Shades of Laser #CEAF5D

Tints of Laser #CEAF5D

Color information

#CEAF5D (or 0xCEAF5D) is unknown color: approx Laser. HEX triplet: CE, AF and 5D. RGB value is (206,175,93). Sum of RGB (Red+Green+Blue) = 206+175+93=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF5D is #3150A2. Grayscale: #AFAFAF. Windows color (decimal): -3231907 or 6139854. OLE color: 6139854.

HSL color Cylindrical-coordinate representation of color #CEAF5D: hue angle of 43.54º 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 #CEAF5D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20617593-
CMYK00.150.550.19
HSL43.54º53.55%58.63%-
HSV(B)43.54º54.85%80.78%-
XYZ42.7644.5716.71-
YUV174.9281.77150.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=43.46%
G=36.92%
B=19.62%

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
Decimal2061759300.150.550.1943.5453.5558.63
HexCEAF5D0F37132c363b
Octal3162571350176723546673
Binary110011101010111110111010111111011110011101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF5D; }

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

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

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

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

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

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

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

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