Html Css Color HEX #CE476D Cabaret

📋 copy color: '#CE476D'

red 206 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #CE476D

Tints of Cabaret #CE476D

RGB

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

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

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

R = 53.37%
G = 18.39%
B = 28.24%

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

#CE476D (or 0xCE476D) is known color: Cabaret. HEX triplet: CE, 47 and 6D. RGB value is (206,71,109). Sum of RGB (Red+Green+Blue) = 206+71+109=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE476D is #31B892. Grayscale: #737373. Windows color (decimal): -3258515 or 7161806. OLE color: 7161806.

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

Color convert

RGB 206 71 109 -
CMYK 0 0.66 0.47 0.19
HSL 343.11º 0.58% 0.54% -
HSV(B) 343.11º 0.66% 0.81% -
XYZ 30.47 18.73 16.48 -
YUV 115.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 206 71 109 0 0.66 0.47 0.19 343.11 0.58 0.54
Hex CE 47 6D 0 42 2F 13 157 3A 36
Octal 316 107 155 0 102 57 23 527 72 66
Binary 11001110 1000111 1101101 0 1000010 101111 10011 101010111 111010 110110

Color Harmonies of #CE476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE476D

Black with #CE476D

Text Example


Text Example

White with #CE476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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