Html Css Color HEX #CE5373 Cabaret

📋 copy color: '#CE5373'

red 206 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #CE5373

Tints of Cabaret #CE5373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 50.99%
G = 20.54%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5373 (or 0xCE5373) is known color: Cabaret. HEX triplet: CE, 53 and 73. RGB value is (206,83,115). Sum of RGB (Red+Green+Blue) = 206+83+115=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5373 is #31AC8C. Grayscale: #7B7B7B. Windows color (decimal): -3255437 or 7558094. OLE color: 7558094.

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

Color convert

RGB 206 83 115 -
CMYK 0 0.60 0.44 0.19
HSL 344.39º 0.56% 0.57% -
HSV(B) 344.39º 0.6% 0.81% -
XYZ 31.64 20.55 18.52 -
YUV 123.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 206 83 115 0 0.60 0.44 0.19 344.39 0.56 0.57
Hex CE 53 73 0 3C 2C 13 158 38 39
Octal 316 123 163 0 74 54 23 530 70 71
Binary 11001110 1010011 1110011 0 111100 101100 10011 101011000 111000 111001

Color Harmonies of #CE5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5373

Black with #CE5373

Text Example


Text Example

White with #CE5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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