Html Css Color HEX #CE5364 Cabaret

📋 copy color: '#CE5364'

red 206 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #CE5364

Tints of Cabaret #CE5364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 52.96%
G = 21.34%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5364 (or 0xCE5364) is known color: Cabaret. HEX triplet: CE, 53 and 64. RGB value is (206,83,100). Sum of RGB (Red+Green+Blue) = 206+83+100=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5364 is #31AC9B. Grayscale: #797979. Windows color (decimal): -3255452 or 6575054. OLE color: 6575054.

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

Color convert

RGB 206 83 100 -
CMYK 0 0.60 0.51 0.19
HSL 351.71º 0.56% 0.57% -
HSV(B) 351.71º 0.6% 0.81% -
XYZ 30.85 20.23 14.34 -
YUV 121.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 206 83 100 0 0.60 0.51 0.19 351.71 0.56 0.57
Hex CE 53 64 0 3C 33 13 160 38 39
Octal 316 123 144 0 74 63 23 540 70 71
Binary 11001110 1010011 1100100 0 111100 110011 10011 101100000 111000 111001

Color Harmonies of #CE5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5364

Black with #CE5364

Text Example


Text Example

White with #CE5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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