Html Css Color HEX #CE5066 Cabaret

📋 copy color: '#CE5066'

red 206 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #CE5066

Tints of Cabaret #CE5066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 53.09%
G = 20.62%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5066 (or 0xCE5066) is known color: Cabaret. HEX triplet: CE, 50 and 66. RGB value is (206,80,102). Sum of RGB (Red+Green+Blue) = 206+80+102=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5066 is #31AF99. Grayscale: #787878. Windows color (decimal): -3256218 or 6705358. OLE color: 6705358.

HSL color Cylindrical-coordinate representation of color #CE5066: hue angle of 349.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5066 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 102 -
CMYK 0 0.61 0.50 0.19
HSL 349.52º 0.56% 0.56% -
HSV(B) 349.52º 0.61% 0.81% -
XYZ 30.72 19.82 14.78 -
YUV 120.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 206 80 102 0 0.61 0.50 0.19 349.52 0.56 0.56
Hex CE 50 66 0 3D 32 13 15E 38 38
Octal 316 120 146 0 75 62 23 536 70 70
Binary 11001110 1010000 1100110 0 111101 110010 10011 101011110 111000 111000

Color Harmonies of #CE5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5066

Black with #CE5066

Text Example


Text Example

White with #CE5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5066; }

 p { color: rgb(206,80,102); }

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

background-color css

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

 a { background-color: rgb(206,80,102); }

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

border-color css

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

 span { border-color: rgb(206,80,102); }

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