Html Css Color HEX #CE4868 Cabaret

📋 copy color: '#CE4868'

red 206 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #CE4868

Tints of Cabaret #CE4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 53.93%
G = 18.85%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE4868 (or 0xCE4868) is known color: Cabaret. HEX triplet: CE, 48 and 68. RGB value is (206,72,104). Sum of RGB (Red+Green+Blue) = 206+72+104=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4868 is #31B797. Grayscale: #737373. Windows color (decimal): -3258264 or 6834382. OLE color: 6834382.

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

Color convert

RGB 206 72 104 -
CMYK 0 0.65 0.50 0.19
HSL 345.67º 0.58% 0.55% -
HSV(B) 345.67º 0.65% 0.81% -
XYZ 30.27 18.76 15.12 -
YUV 115.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 206 72 104 0 0.65 0.50 0.19 345.67 0.58 0.55
Hex CE 48 68 0 41 32 13 15A 3A 37
Octal 316 110 150 0 101 62 23 532 72 67
Binary 11001110 1001000 1101000 0 1000001 110010 10011 101011010 111010 110111

Color Harmonies of #CE4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4868

Black with #CE4868

Text Example


Text Example

White with #CE4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4868; }

 p { color: rgb(206,72,104); }

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

background-color css

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

 a { background-color: rgb(206,72,104); }

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

border-color css

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

 span { border-color: rgb(206,72,104); }

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