Html Css Color HEX #CE476E Cabaret

📋 copy color: '#CE476E'

red 206 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #CE476E

Tints of Cabaret #CE476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 53.23%
G = 18.35%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE476E (or 0xCE476E) is known color: Cabaret. HEX triplet: CE, 47 and 6E. RGB value is (206,71,110). Sum of RGB (Red+Green+Blue) = 206+71+110=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476E is #31B891. Grayscale: #737373. Windows color (decimal): -3258514 or 7227342. OLE color: 7227342.

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

Color convert

RGB 206 71 110 -
CMYK 0 0.66 0.47 0.19
HSL 342.67º 0.58% 0.54% -
HSV(B) 342.67º 0.66% 0.81% -
XYZ 30.52 18.75 16.76 -
YUV 115.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 206 71 110 0 0.66 0.47 0.19 342.67 0.58 0.54
Hex CE 47 6E 0 42 2F 13 157 3A 36
Octal 316 107 156 0 102 57 23 527 72 66
Binary 11001110 1000111 1101110 0 1000010 101111 10011 101010111 111010 110110

Color Harmonies of #CE476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE476E

Black with #CE476E

Text Example


Text Example

White with #CE476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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