Html Css Color HEX #CE5874 Cabaret

📋 copy color: '#CE5874'

red 206 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #CE5874

Tints of Cabaret #CE5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 50.24%
G = 21.46%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5874 (or 0xCE5874) is known color: Cabaret. HEX triplet: CE, 58 and 74. RGB value is (206,88,116). Sum of RGB (Red+Green+Blue) = 206+88+116=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5874 is #31A78B. Grayscale: #7E7E7E. Windows color (decimal): -3254156 or 7624910. OLE color: 7624910.

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

Color convert

RGB 206 88 116 -
CMYK 0 0.57 0.44 0.19
HSL 345.76º 0.55% 0.58% -
HSV(B) 345.76º 0.57% 0.81% -
XYZ 32.1 21.36 18.95 -
YUV 126.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 206 88 116 0 0.57 0.44 0.19 345.76 0.55 0.58
Hex CE 58 74 0 39 2C 13 15A 37 3A
Octal 316 130 164 0 71 54 23 532 67 72
Binary 11001110 1011000 1110100 0 111001 101100 10011 101011010 110111 111010

Color Harmonies of #CE5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5874

Black with #CE5874

Text Example


Text Example

White with #CE5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5874; }

 p { color: rgb(206,88,116); }

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

background-color css

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

 a { background-color: rgb(206,88,116); }

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

border-color css

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

 span { border-color: rgb(206,88,116); }

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