Html Css Color HEX #CE5370 Cabaret

📋 copy color: '#CE5370'

red 206 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #CE5370

Tints of Cabaret #CE5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 51.37%
G = 20.7%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE5370 (or 0xCE5370) is known color: Cabaret. HEX triplet: CE, 53 and 70. RGB value is (206,83,112). Sum of RGB (Red+Green+Blue) = 206+83+112=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5370 is #31AC8F. Grayscale: #7B7B7B. Windows color (decimal): -3255440 or 7361486. OLE color: 7361486.

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

Color convert

RGB 206 83 112 -
CMYK 0 0.60 0.46 0.19
HSL 345.85º 0.56% 0.57% -
HSV(B) 345.85º 0.6% 0.81% -
XYZ 31.47 20.48 17.62 -
YUV 123.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 206 83 112 0 0.60 0.46 0.19 345.85 0.56 0.57
Hex CE 53 70 0 3C 2E 13 15A 38 39
Octal 316 123 160 0 74 56 23 532 70 71
Binary 11001110 1010011 1110000 0 111100 101110 10011 101011010 111000 111001

Color Harmonies of #CE5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5370

Black with #CE5370

Text Example


Text Example

White with #CE5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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