Html Css Color HEX #CEAF5D Laser

📋 copy color: '#CEAF5D'

red 206 ◦ green 175 ◦ blue 93

#CEAF5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CEAF5D

Tints of Laser #CEAF5D

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 value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEAF5D (or 0xCEAF5D) is known color: 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

RGB 206 175 93 -
CMYK 0 0.15 0.55 0.19
HSL 43.54º 0.54% 0.59% -
HSV(B) 43.54º 0.55% 0.81% -
XYZ 42.76 44.57 16.71 -
YUV 174.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 206 175 93 0 0.15 0.55 0.19 43.54 0.54 0.59
Hex CE AF 5D 0 F 37 13 2C 36 3B
Octal 316 257 135 0 17 67 23 54 66 73
Binary 11001110 10101111 1011101 0 1111 110111 10011 101100 110110 111011

Color Harmonies of #CEAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF5D

Black with #CEAF5D

Text Example


Text Example

White with #CEAF5D

Text Example


Text Example

HTML Codes & Css Web 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>