Html Css Color HEX #CE5273 Cabaret

📋 copy color: '#CE5273'

red 206 ◦ green 82 ◦ blue 115

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

Shades of Cabaret #CE5273

Tints of Cabaret #CE5273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 51.12%
G = 20.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5273 (or 0xCE5273) is known color: Cabaret. HEX triplet: CE, 52 and 73. RGB value is (206,82,115). Sum of RGB (Red+Green+Blue) = 206+82+115=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5273 is #31AD8C. Grayscale: #7A7A7A. Windows color (decimal): -3255693 or 7557838. OLE color: 7557838.

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

Color convert

RGB 206 82 115 -
CMYK 0 0.60 0.44 0.19
HSL 344.03º 0.56% 0.56% -
HSV(B) 344.03º 0.6% 0.81% -
XYZ 31.57 20.39 18.49 -
YUV 122.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 206 82 115 0 0.60 0.44 0.19 344.03 0.56 0.56
Hex CE 52 73 0 3C 2C 13 158 38 38
Octal 316 122 163 0 74 54 23 530 70 70
Binary 11001110 1010010 1110011 0 111100 101100 10011 101011000 111000 111000

Color Harmonies of #CE5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5273

Black with #CE5273

Text Example


Text Example

White with #CE5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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