Html Css Color HEX #CE4572 Cabaret

📋 copy color: '#CE4572'

red 206 ◦ green 69 ◦ blue 114

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

Shades of Cabaret #CE4572

Tints of Cabaret #CE4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

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

R = 52.96%
G = 17.74%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4572 (or 0xCE4572) is known color: Cabaret. HEX triplet: CE, 45 and 72. RGB value is (206,69,114). Sum of RGB (Red+Green+Blue) = 206+69+114=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4572 is #31BA8D. Grayscale: #737373. Windows color (decimal): -3259022 or 7488974. OLE color: 7488974.

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

Color convert

RGB 206 69 114 -
CMYK 0 0.67 0.45 0.19
HSL 340.29º 0.58% 0.54% -
HSV(B) 340.29º 0.67% 0.81% -
XYZ 30.62 18.59 17.89 -
YUV 115.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 206 69 114 0 0.67 0.45 0.19 340.29 0.58 0.54
Hex CE 45 72 0 43 2D 13 154 3A 36
Octal 316 105 162 0 103 55 23 524 72 66
Binary 11001110 1000101 1110010 0 1000011 101101 10011 101010100 111010 110110

Color Harmonies of #CE4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4572

Black with #CE4572

Text Example


Text Example

White with #CE4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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