Html Css Color HEX #CE5A70 Cabaret

📋 copy color: '#CE5A70'

red 206 ◦ green 90 ◦ blue 112

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

Shades of Cabaret #CE5A70

Tints of Cabaret #CE5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 50.49%
G = 22.06%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE5A70 (or 0xCE5A70) is known color: Cabaret. HEX triplet: CE, 5A and 70. RGB value is (206,90,112). Sum of RGB (Red+Green+Blue) = 206+90+112=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A70 is #31A58F. Grayscale: #7F7F7F. Windows color (decimal): -3253648 or 7363278. OLE color: 7363278.

HSL color Cylindrical-coordinate representation of color #CE5A70: hue angle of 348.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A70 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 112 -
CMYK 0 0.56 0.46 0.19
HSL 348.62º 0.54% 0.58% -
HSV(B) 348.62º 0.56% 0.81% -
XYZ 32.03 21.6 17.81 -
YUV 127.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 206 90 112 0 0.56 0.46 0.19 348.62 0.54 0.58
Hex CE 5A 70 0 38 2E 13 15D 36 3A
Octal 316 132 160 0 70 56 23 535 66 72
Binary 11001110 1011010 1110000 0 111000 101110 10011 101011101 110110 111010

Color Harmonies of #CE5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A70

Black with #CE5A70

Text Example


Text Example

White with #CE5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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