Html Css Color HEX #CE5B71 Cabaret

📋 copy color: '#CE5B71'

red 206 ◦ green 91 ◦ blue 113

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

Shades of Cabaret #CE5B71

Tints of Cabaret #CE5B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

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

R = 50.24%
G = 22.2%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5B71 (or 0xCE5B71) is known color: Cabaret. HEX triplet: CE, 5B and 71. RGB value is (206,91,113). Sum of RGB (Red+Green+Blue) = 206+91+113=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B71 is #31A48E. Grayscale: #7F7F7F. Windows color (decimal): -3253391 or 7429070. OLE color: 7429070.

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

Color convert

RGB 206 91 113 -
CMYK 0 0.56 0.45 0.19
HSL 348.52º 0.54% 0.58% -
HSV(B) 348.52º 0.56% 0.81% -
XYZ 32.18 21.8 18.13 -
YUV 127.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 206 91 113 0 0.56 0.45 0.19 348.52 0.54 0.58
Hex CE 5B 71 0 38 2D 13 15D 36 3A
Octal 316 133 161 0 70 55 23 535 66 72
Binary 11001110 1011011 1110001 0 111000 101101 10011 101011101 110110 111010

Color Harmonies of #CE5B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B71

Black with #CE5B71

Text Example


Text Example

White with #CE5B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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