Html Css Color HEX #CEB058 Laser

📋 copy color: '#CEB058'

red 206 ◦ green 176 ◦ blue 88

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

Shades of Laser #CEB058

Tints of Laser #CEB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 43.83%
G = 37.45%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CEB058 (or 0xCEB058) is known color: Laser. HEX triplet: CE, B0 and 58. RGB value is (206,176,88). Sum of RGB (Red+Green+Blue) = 206+176+88=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB058 is #314FA7. Grayscale: #AFAFAF. Windows color (decimal): -3231656 or 5812430. OLE color: 5812430.

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

Color convert

RGB 206 176 88 -
CMYK 0 0.15 0.57 0.19
HSL 44.75º 0.55% 0.58% -
HSV(B) 44.75º 0.57% 0.81% -
XYZ 42.74 44.88 15.64 -
YUV 174.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 206 176 88 0 0.15 0.57 0.19 44.75 0.55 0.58
Hex CE B0 58 0 F 39 13 2D 37 3A
Octal 316 260 130 0 17 71 23 55 67 72
Binary 11001110 10110000 1011000 0 1111 111001 10011 101101 110111 111010

Color Harmonies of #CEB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB058

Black with #CEB058

Text Example


Text Example

White with #CEB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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