Html Css Color HEX #CE4870 Cabaret

📋 copy color: '#CE4870'

red 206 ◦ green 72 ◦ blue 112

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

Shades of Cabaret #CE4870

Tints of Cabaret #CE4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

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

R = 52.82%
G = 18.46%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE4870 (or 0xCE4870) is known color: Cabaret. HEX triplet: CE, 48 and 70. RGB value is (206,72,112). Sum of RGB (Red+Green+Blue) = 206+72+112=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4870 is #31B78F. Grayscale: #747474. Windows color (decimal): -3258256 or 7358670. OLE color: 7358670.

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

Color convert

RGB 206 72 112 -
CMYK 0 0.65 0.46 0.19
HSL 342.09º 0.58% 0.55% -
HSV(B) 342.09º 0.65% 0.81% -
XYZ 30.7 18.93 17.36 -
YUV 116.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 206 72 112 0 0.65 0.46 0.19 342.09 0.58 0.55
Hex CE 48 70 0 41 2E 13 156 3A 37
Octal 316 110 160 0 101 56 23 526 72 67
Binary 11001110 1001000 1110000 0 1000001 101110 10011 101010110 111010 110111

Color Harmonies of #CE4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4870

Black with #CE4870

Text Example


Text Example

White with #CE4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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