Html Css Color HEX #CE5366 Cabaret

📋 copy color: '#CE5366'

red 206 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #CE5366

Tints of Cabaret #CE5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 52.69%
G = 21.23%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5366 (or 0xCE5366) is known color: Cabaret. HEX triplet: CE, 53 and 66. RGB value is (206,83,102). Sum of RGB (Red+Green+Blue) = 206+83+102=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5366 is #31AC99. Grayscale: #797979. Windows color (decimal): -3255450 or 6706126. OLE color: 6706126.

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

Color convert

RGB 206 83 102 -
CMYK 0 0.60 0.50 0.19
HSL 350.73º 0.56% 0.57% -
HSV(B) 350.73º 0.6% 0.81% -
XYZ 30.95 20.27 14.85 -
YUV 121.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 206 83 102 0 0.60 0.50 0.19 350.73 0.56 0.57
Hex CE 53 66 0 3C 32 13 15F 38 39
Octal 316 123 146 0 74 62 23 537 70 71
Binary 11001110 1010011 1100110 0 111100 110010 10011 101011111 111000 111001

Color Harmonies of #CE5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5366

Black with #CE5366

Text Example


Text Example

White with #CE5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5366; }

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

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

background-color css

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

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

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

border-color css

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

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

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