Html Css Color HEX #CE5466 Cabaret

📋 copy color: '#CE5466'

red 206 ◦ green 84 ◦ blue 102

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

Shades of Cabaret #CE5466

Tints of Cabaret #CE5466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 52.55%
G = 21.43%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5466 (or 0xCE5466) is known color: Cabaret. HEX triplet: CE, 54 and 66. RGB value is (206,84,102). Sum of RGB (Red+Green+Blue) = 206+84+102=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5466 is #31AB99. Grayscale: #7A7A7A. Windows color (decimal): -3255194 or 6706382. OLE color: 6706382.

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

Color convert

RGB 206 84 102 -
CMYK 0 0.59 0.50 0.19
HSL 351.15º 0.55% 0.57% -
HSV(B) 351.15º 0.59% 0.81% -
XYZ 31.02 20.42 14.88 -
YUV 122.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 206 84 102 0 0.59 0.50 0.19 351.15 0.55 0.57
Hex CE 54 66 0 3B 32 13 15F 37 39
Octal 316 124 146 0 73 62 23 537 67 71
Binary 11001110 1010100 1100110 0 111011 110010 10011 101011111 110111 111001

Color Harmonies of #CE5466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5466

Black with #CE5466

Text Example


Text Example

White with #CE5466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5466; }

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

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

background-color css

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

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

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

border-color css

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

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

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