Html Css Color HEX #CE486B Cabaret

📋 copy color: '#CE486B'

red 206 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #CE486B

Tints of Cabaret #CE486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 53.51%
G = 18.7%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE486B (or 0xCE486B) is known color: Cabaret. HEX triplet: CE, 48 and 6B. RGB value is (206,72,107). Sum of RGB (Red+Green+Blue) = 206+72+107=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE486B is #31B794. Grayscale: #747474. Windows color (decimal): -3258261 or 7030990. OLE color: 7030990.

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

Color convert

RGB 206 72 107 -
CMYK 0 0.65 0.48 0.19
HSL 344.33º 0.58% 0.55% -
HSV(B) 344.33º 0.65% 0.81% -
XYZ 30.42 18.82 15.94 -
YUV 116.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 206 72 107 0 0.65 0.48 0.19 344.33 0.58 0.55
Hex CE 48 6B 0 41 30 13 158 3A 37
Octal 316 110 153 0 101 60 23 530 72 67
Binary 11001110 1001000 1101011 0 1000001 110000 10011 101011000 111010 110111

Color Harmonies of #CE486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE486B

Black with #CE486B

Text Example


Text Example

White with #CE486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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