Html Css Color HEX #CE5775 Cabaret

📋 copy color: '#CE5775'

red 206 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #CE5775

Tints of Cabaret #CE5775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 50.24%
G = 21.22%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5775 (or 0xCE5775) is known color: Cabaret. HEX triplet: CE, 57 and 75. RGB value is (206,87,117). Sum of RGB (Red+Green+Blue) = 206+87+117=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5775 is #31A88A. Grayscale: #7E7E7E. Windows color (decimal): -3254411 or 7690190. OLE color: 7690190.

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

Color convert

RGB 206 87 117 -
CMYK 0 0.58 0.43 0.19
HSL 344.87º 0.55% 0.57% -
HSV(B) 344.87º 0.58% 0.81% -
XYZ 32.07 21.22 19.24 -
YUV 126 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 206 87 117 0 0.58 0.43 0.19 344.87 0.55 0.57
Hex CE 57 75 0 3A 2B 13 159 37 39
Octal 316 127 165 0 72 53 23 531 67 71
Binary 11001110 1010111 1110101 0 111010 101011 10011 101011001 110111 111001

Color Harmonies of #CE5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5775

Black with #CE5775

Text Example


Text Example

White with #CE5775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5775; }

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

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

background-color css

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

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

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

border-color css

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

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

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