Html Css Color HEX #CE5474 Cabaret

📋 copy color: '#CE5474'

red 206 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #CE5474

Tints of Cabaret #CE5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 50.74%
G = 20.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5474 (or 0xCE5474) is known color: Cabaret. HEX triplet: CE, 54 and 74. RGB value is (206,84,116). Sum of RGB (Red+Green+Blue) = 206+84+116=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5474 is #31AB8B. Grayscale: #7C7C7C. Windows color (decimal): -3255180 or 7623886. OLE color: 7623886.

HSL color Cylindrical-coordinate representation of color #CE5474: hue angle of 344.26º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5474 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 116 -
CMYK 0 0.59 0.44 0.19
HSL 344.26º 0.55% 0.57% -
HSV(B) 344.26º 0.59% 0.81% -
XYZ 31.78 20.72 18.85 -
YUV 124.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 206 84 116 0 0.59 0.44 0.19 344.26 0.55 0.57
Hex CE 54 74 0 3B 2C 13 158 37 39
Octal 316 124 164 0 73 54 23 530 67 71
Binary 11001110 1010100 1110100 0 111011 101100 10011 101011000 110111 111001

Color Harmonies of #CE5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5474

Black with #CE5474

Text Example


Text Example

White with #CE5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5474; }

 p { color: rgb(206,84,116); }

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

background-color css

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

 a { background-color: rgb(206,84,116); }

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

border-color css

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

 span { border-color: rgb(206,84,116); }

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