Html Css Color HEX #CEB05F Laser

📋 copy color: '#CEB05F'

red 206 ◦ green 176 ◦ blue 95

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

Shades of Laser #CEB05F

Tints of Laser #CEB05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 43.19%
G = 36.9%
B = 19.92%

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

#CEB05F (or 0xCEB05F) is known color: Laser. HEX triplet: CE, B0 and 5F. RGB value is (206,176,95). Sum of RGB (Red+Green+Blue) = 206+176+95=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05F is #314FA0. Grayscale: #B0B0B0. Windows color (decimal): -3231649 or 6271182. OLE color: 6271182.

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

Color convert

RGB 206 176 95 -
CMYK 0 0.15 0.54 0.19
HSL 43.78º 0.53% 0.59% -
HSV(B) 43.78º 0.54% 0.81% -
XYZ 43.04 45 17.24 -
YUV 175.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 206 176 95 0 0.15 0.54 0.19 43.78 0.53 0.59
Hex CE B0 5F 0 F 36 13 2C 35 3B
Octal 316 260 137 0 17 66 23 54 65 73
Binary 11001110 10110000 1011111 0 1111 110110 10011 101100 110101 111011

Color Harmonies of #CEB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB05F

Black with #CEB05F

Text Example


Text Example

White with #CEB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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