Html Css Color HEX #CEB056 Laser

📋 copy color: '#CEB056'

red 206 ◦ green 176 ◦ blue 86

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

Shades of Laser #CEB056

Tints of Laser #CEB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.38%

R = 44.02%
G = 37.61%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CEB056 (or 0xCEB056) is known color: Laser. HEX triplet: CE, B0 and 56. RGB value is (206,176,86). Sum of RGB (Red+Green+Blue) = 206+176+86=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB056 is #314FA9. Grayscale: #AFAFAF. Windows color (decimal): -3231658 or 5681358. OLE color: 5681358.

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

Color convert

RGB 206 176 86 -
CMYK 0 0.15 0.58 0.19
HSL 45º 0.55% 0.57% -
HSV(B) 45º 0.58% 0.81% -
XYZ 42.66 44.84 15.21 -
YUV 174.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 206 176 86 0 0.15 0.58 0.19 45 0.55 0.57
Hex CE B0 56 0 F 3A 13 2D 37 39
Octal 316 260 126 0 17 72 23 55 67 71
Binary 11001110 10110000 1010110 0 1111 111010 10011 101101 110111 111001

Color Harmonies of #CEB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB056

Black with #CEB056

Text Example


Text Example

White with #CEB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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