Html Css Color HEX #CE5972 Cabaret

📋 copy color: '#CE5972'

red 206 ◦ green 89 ◦ blue 114

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

Shades of Cabaret #CE5972

Tints of Cabaret #CE5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

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

R = 50.37%
G = 21.76%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5972 (or 0xCE5972) is known color: Cabaret. HEX triplet: CE, 59 and 72. RGB value is (206,89,114). Sum of RGB (Red+Green+Blue) = 206+89+114=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5972 is #31A68D. Grayscale: #7E7E7E. Windows color (decimal): -3253902 or 7494094. OLE color: 7494094.

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

Color convert

RGB 206 89 114 -
CMYK 0 0.57 0.45 0.19
HSL 347.18º 0.54% 0.58% -
HSV(B) 347.18º 0.57% 0.81% -
XYZ 32.06 21.48 18.38 -
YUV 126.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 206 89 114 0 0.57 0.45 0.19 347.18 0.54 0.58
Hex CE 59 72 0 39 2D 13 15B 36 3A
Octal 316 131 162 0 71 55 23 533 66 72
Binary 11001110 1011001 1110010 0 111001 101101 10011 101011011 110110 111010

Color Harmonies of #CE5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5972

Black with #CE5972

Text Example


Text Example

White with #CE5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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