Html Css Color HEX #CE5472 Cabaret

📋 copy color: '#CE5472'

red 206 ◦ green 84 ◦ blue 114

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

Shades of Cabaret #CE5472

Tints of Cabaret #CE5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 50.99%
G = 20.79%
B = 28.22%

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

#CE5472 (or 0xCE5472) is known color: Cabaret. HEX triplet: CE, 54 and 72. RGB value is (206,84,114). Sum of RGB (Red+Green+Blue) = 206+84+114=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5472 is #31AB8D. Grayscale: #7B7B7B. Windows color (decimal): -3255182 or 7492814. OLE color: 7492814.

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

Color convert

RGB 206 84 114 -
CMYK 0 0.59 0.45 0.19
HSL 345.25º 0.55% 0.57% -
HSV(B) 345.25º 0.59% 0.81% -
XYZ 31.66 20.68 18.24 -
YUV 123.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 206 84 114 0 0.59 0.45 0.19 345.25 0.55 0.57
Hex CE 54 72 0 3B 2D 13 159 37 39
Octal 316 124 162 0 73 55 23 531 67 71
Binary 11001110 1010100 1110010 0 111011 101101 10011 101011001 110111 111001

Color Harmonies of #CE5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5472

Black with #CE5472

Text Example


Text Example

White with #CE5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5472; }

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

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

background-color css

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

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

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

border-color css

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

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

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