Html Css Color HEX #CE486F Cabaret

📋 copy color: '#CE486F'

red 206 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #CE486F

Tints of Cabaret #CE486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 52.96%
G = 18.51%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE486F (or 0xCE486F) is known color: Cabaret. HEX triplet: CE, 48 and 6F. RGB value is (206,72,111). Sum of RGB (Red+Green+Blue) = 206+72+111=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE486F is #31B790. Grayscale: #747474. Windows color (decimal): -3258257 or 7293134. OLE color: 7293134.

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

Color convert

RGB 206 72 111 -
CMYK 0 0.65 0.46 0.19
HSL 342.54º 0.58% 0.55% -
HSV(B) 342.54º 0.65% 0.81% -
XYZ 30.64 18.9 17.07 -
YUV 116.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 206 72 111 0 0.65 0.46 0.19 342.54 0.58 0.55
Hex CE 48 6F 0 41 2E 13 157 3A 37
Octal 316 110 157 0 101 56 23 527 72 67
Binary 11001110 1001000 1101111 0 1000001 101110 10011 101010111 111010 110111

Color Harmonies of #CE486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE486F

Black with #CE486F

Text Example


Text Example

White with #CE486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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