Html Css Color HEX #CE486D Cabaret

📋 copy color: '#CE486D'

red 206 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #CE486D

Tints of Cabaret #CE486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 53.23%
G = 18.6%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE486D (or 0xCE486D) is known color: Cabaret. HEX triplet: CE, 48 and 6D. RGB value is (206,72,109). Sum of RGB (Red+Green+Blue) = 206+72+109=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE486D is #31B792. Grayscale: #747474. Windows color (decimal): -3258259 or 7162062. OLE color: 7162062.

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

Color convert

RGB 206 72 109 -
CMYK 0 0.65 0.47 0.19
HSL 343.43º 0.58% 0.55% -
HSV(B) 343.43º 0.65% 0.81% -
XYZ 30.53 18.86 16.5 -
YUV 116.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 206 72 109 0 0.65 0.47 0.19 343.43 0.58 0.55
Hex CE 48 6D 0 41 2F 13 157 3A 37
Octal 316 110 155 0 101 57 23 527 72 67
Binary 11001110 1001000 1101101 0 1000001 101111 10011 101010111 111010 110111

Color Harmonies of #CE486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE486D

Black with #CE486D

Text Example


Text Example

White with #CE486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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