Html Css Color HEX #CE476A Cabaret

📋 copy color: '#CE476A'

red 206 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #CE476A

Tints of Cabaret #CE476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 53.79%
G = 18.54%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE476A (or 0xCE476A) is known color: Cabaret. HEX triplet: CE, 47 and 6A. RGB value is (206,71,106). Sum of RGB (Red+Green+Blue) = 206+71+106=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476A is #31B895. Grayscale: #737373. Windows color (decimal): -3258518 or 6965198. OLE color: 6965198.

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

Color convert

RGB 206 71 106 -
CMYK 0 0.66 0.49 0.19
HSL 344.44º 0.58% 0.54% -
HSV(B) 344.44º 0.66% 0.81% -
XYZ 30.31 18.67 15.64 -
YUV 115.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 206 71 106 0 0.66 0.49 0.19 344.44 0.58 0.54
Hex CE 47 6A 0 42 31 13 158 3A 36
Octal 316 107 152 0 102 61 23 530 72 66
Binary 11001110 1000111 1101010 0 1000010 110001 10011 101011000 111010 110110

Color Harmonies of #CE476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE476A

Black with #CE476A

Text Example


Text Example

White with #CE476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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