Html Css Color HEX #CE5270 Cabaret

📋 copy color: '#CE5270'

red 206 ◦ green 82 ◦ blue 112

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

Shades of Cabaret #CE5270

Tints of Cabaret #CE5270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 51.5%
G = 20.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE5270 (or 0xCE5270) is known color: Cabaret. HEX triplet: CE, 52 and 70. RGB value is (206,82,112). Sum of RGB (Red+Green+Blue) = 206+82+112=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5270 is #31AD8F. Grayscale: #7A7A7A. Windows color (decimal): -3255696 or 7361230. OLE color: 7361230.

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

Color convert

RGB 206 82 112 -
CMYK 0 0.60 0.46 0.19
HSL 345.48º 0.56% 0.56% -
HSV(B) 345.48º 0.6% 0.81% -
XYZ 31.4 20.33 17.6 -
YUV 122.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 206 82 112 0 0.60 0.46 0.19 345.48 0.56 0.56
Hex CE 52 70 0 3C 2E 13 159 38 38
Octal 316 122 160 0 74 56 23 531 70 70
Binary 11001110 1010010 1110000 0 111100 101110 10011 101011001 111000 111000

Color Harmonies of #CE5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5270

Black with #CE5270

Text Example


Text Example

White with #CE5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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