Html Css Color HEX #CE476B Cabaret

📋 copy color: '#CE476B'

red 206 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #CE476B

Tints of Cabaret #CE476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

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

R = 53.65%
G = 18.49%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE476B (or 0xCE476B) is known color: Cabaret. HEX triplet: CE, 47 and 6B. RGB value is (206,71,107). Sum of RGB (Red+Green+Blue) = 206+71+107=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476B is #31B894. Grayscale: #737373. Windows color (decimal): -3258517 or 7030734. OLE color: 7030734.

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

Color convert

RGB 206 71 107 -
CMYK 0 0.66 0.48 0.19
HSL 344º 0.58% 0.54% -
HSV(B) 344º 0.66% 0.81% -
XYZ 30.36 18.69 15.92 -
YUV 115.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 206 71 107 0 0.66 0.48 0.19 344 0.58 0.54
Hex CE 47 6B 0 42 30 13 158 3A 36
Octal 316 107 153 0 102 60 23 530 72 66
Binary 11001110 1000111 1101011 0 1000010 110000 10011 101011000 111010 110110

Color Harmonies of #CE476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE476B

Black with #CE476B

Text Example


Text Example

White with #CE476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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