Html Css Color HEX #CE5971 Cabaret

📋 copy color: '#CE5971'

red 206 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #CE5971

Tints of Cabaret #CE5971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 50.49%
G = 21.81%
B = 27.7%

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

#CE5971 (or 0xCE5971) is known color: Cabaret. HEX triplet: CE, 59 and 71. RGB value is (206,89,113). Sum of RGB (Red+Green+Blue) = 206+89+113=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5971 is #31A68E. Grayscale: #7E7E7E. Windows color (decimal): -3253903 or 7428558. OLE color: 7428558.

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

Color convert

RGB 206 89 113 -
CMYK 0 0.57 0.45 0.19
HSL 347.69º 0.54% 0.58% -
HSV(B) 347.69º 0.57% 0.81% -
XYZ 32.01 21.46 18.08 -
YUV 126.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 206 89 113 0 0.57 0.45 0.19 347.69 0.54 0.58
Hex CE 59 71 0 39 2D 13 15C 36 3A
Octal 316 131 161 0 71 55 23 534 66 72
Binary 11001110 1011001 1110001 0 111001 101101 10011 101011100 110110 111010

Color Harmonies of #CE5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5971

Black with #CE5971

Text Example


Text Example

White with #CE5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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