Html Css Color HEX #CE5572 Cabaret

📋 copy color: '#CE5572'

red 206 ◦ green 85 ◦ blue 114

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

Shades of Cabaret #CE5572

Tints of Cabaret #CE5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 50.86%
G = 20.99%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5572 (or 0xCE5572) is known color: Cabaret. HEX triplet: CE, 55 and 72. RGB value is (206,85,114). Sum of RGB (Red+Green+Blue) = 206+85+114=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5572 is #31AA8D. Grayscale: #7C7C7C. Windows color (decimal): -3254926 or 7493070. OLE color: 7493070.

HSL color Cylindrical-coordinate representation of color #CE5572: hue angle of 345.62º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5572 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 114 -
CMYK 0 0.59 0.45 0.19
HSL 345.62º 0.55% 0.57% -
HSV(B) 345.62º 0.59% 0.81% -
XYZ 31.74 20.83 18.27 -
YUV 124.49 122.09 186.14 -
System Red Green Blue C M Y K H S L
Decimal 206 85 114 0 0.59 0.45 0.19 345.62 0.55 0.57
Hex CE 55 72 0 3B 2D 13 15A 37 39
Octal 316 125 162 0 73 55 23 532 67 71
Binary 11001110 1010101 1110010 0 111011 101101 10011 101011010 110111 111001

Color Harmonies of #CE5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5572

Black with #CE5572

Text Example


Text Example

White with #CE5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5572; }

 p { color: rgb(206,85,114); }

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

background-color css

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

 a { background-color: rgb(206,85,114); }

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

border-color css

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

 span { border-color: rgb(206,85,114); }

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