Html Css Color HEX #CE5772 Cabaret

📋 copy color: '#CE5772'

red 206 ◦ green 87 ◦ blue 114

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

Shades of Cabaret #CE5772

Tints of Cabaret #CE5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 50.61%
G = 21.38%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5772 (or 0xCE5772) is known color: Cabaret. HEX triplet: CE, 57 and 72. RGB value is (206,87,114). Sum of RGB (Red+Green+Blue) = 206+87+114=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5772 is #31A88D. Grayscale: #7D7D7D. Windows color (decimal): -3254414 or 7493582. OLE color: 7493582.

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

Color convert

RGB 206 87 114 -
CMYK 0 0.58 0.45 0.19
HSL 346.39º 0.55% 0.57% -
HSV(B) 346.39º 0.58% 0.81% -
XYZ 31.9 21.15 18.32 -
YUV 125.66 121.42 185.3 -
System Red Green Blue C M Y K H S L
Decimal 206 87 114 0 0.58 0.45 0.19 346.39 0.55 0.57
Hex CE 57 72 0 3A 2D 13 15A 37 39
Octal 316 127 162 0 72 55 23 532 67 71
Binary 11001110 1010111 1110010 0 111010 101101 10011 101011010 110111 111001

Color Harmonies of #CE5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5772

Black with #CE5772

Text Example


Text Example

White with #CE5772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5772; }

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

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

background-color css

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

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

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

border-color css

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

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

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