Html Css Color HEX #CEB05E Laser

📋 copy color: '#CEB05E'

red 206 ◦ green 176 ◦ blue 94

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

Shades of Laser #CEB05E

Tints of Laser #CEB05E

RGB

 RED value IS 206 (80.86% from 255) = 43.28%

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 43.28%
G = 36.97%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CEB05E (or 0xCEB05E) is known color: Laser. HEX triplet: CE, B0 and 5E. RGB value is (206,176,94). Sum of RGB (Red+Green+Blue) = 206+176+94=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05E is #314FA1. Grayscale: #AFAFAF. Windows color (decimal): -3231650 or 6205646. OLE color: 6205646.

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

Color convert

RGB 206 176 94 -
CMYK 0 0.15 0.54 0.19
HSL 43.93º 0.53% 0.59% -
HSV(B) 43.93º 0.54% 0.81% -
XYZ 43 44.98 17.01 -
YUV 175.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 206 176 94 0 0.15 0.54 0.19 43.93 0.53 0.59
Hex CE B0 5E 0 F 36 13 2C 35 3B
Octal 316 260 136 0 17 66 23 54 65 73
Binary 11001110 10110000 1011110 0 1111 110110 10011 101100 110101 111011

Color Harmonies of #CEB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB05E

Black with #CEB05E

Text Example


Text Example

White with #CEB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB05E; }

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

 H1.HeaderClassName
 {
   color: #CEB05E;
 }
 .AnyTagClassName
 {
   color: #CEB05E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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