Html Css Color HEX #CE5264 Cabaret

📋 copy color: '#CE5264'

red 206 ◦ green 82 ◦ blue 100

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

Shades of Cabaret #CE5264

Tints of Cabaret #CE5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 53.09%
G = 21.13%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5264 (or 0xCE5264) is known color: Cabaret. HEX triplet: CE, 52 and 64. RGB value is (206,82,100). Sum of RGB (Red+Green+Blue) = 206+82+100=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5264 is #31AD9B. Grayscale: #797979. Windows color (decimal): -3255708 or 6574798. OLE color: 6574798.

HSL color Cylindrical-coordinate representation of color #CE5264: hue angle of 351.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5264 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 100 -
CMYK 0 0.60 0.51 0.19
HSL 351.29º 0.56% 0.56% -
HSV(B) 351.29º 0.6% 0.81% -
XYZ 30.77 20.08 14.31 -
YUV 121.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 206 82 100 0 0.60 0.51 0.19 351.29 0.56 0.56
Hex CE 52 64 0 3C 33 13 15F 38 38
Octal 316 122 144 0 74 63 23 537 70 70
Binary 11001110 1010010 1100100 0 111100 110011 10011 101011111 111000 111000

Color Harmonies of #CE5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5264

Black with #CE5264

Text Example


Text Example

White with #CE5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5264; }

 p { color: rgb(206,82,100); }

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

background-color css

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

 a { background-color: rgb(206,82,100); }

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

border-color css

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

 span { border-color: rgb(206,82,100); }

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