Html Css Color HEX #CE5368 Cabaret

📋 copy color: '#CE5368'

red 206 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #CE5368

Tints of Cabaret #CE5368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 52.42%
G = 21.12%
B = 26.46%

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

#CE5368 (or 0xCE5368) is known color: Cabaret. HEX triplet: CE, 53 and 68. RGB value is (206,83,104). Sum of RGB (Red+Green+Blue) = 206+83+104=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5368 is #31AC97. Grayscale: #7A7A7A. Windows color (decimal): -3255448 or 6837198. OLE color: 6837198.

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

Color convert

RGB 206 83 104 -
CMYK 0 0.60 0.50 0.19
HSL 349.76º 0.56% 0.57% -
HSV(B) 349.76º 0.6% 0.81% -
XYZ 31.05 20.31 15.38 -
YUV 122.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 206 83 104 0 0.60 0.50 0.19 349.76 0.56 0.57
Hex CE 53 68 0 3C 32 13 15E 38 39
Octal 316 123 150 0 74 62 23 536 70 71
Binary 11001110 1010011 1101000 0 111100 110010 10011 101011110 111000 111001

Color Harmonies of #CE5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5368

Black with #CE5368

Text Example


Text Example

White with #CE5368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5368; }

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

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

background-color css

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

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

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

border-color css

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

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

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