Html Css Color HEX #CE4971 Cabaret

📋 copy color: '#CE4971'

red 206 ◦ green 73 ◦ blue 113

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

Shades of Cabaret #CE4971

Tints of Cabaret #CE4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 52.55%
G = 18.62%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4971 (or 0xCE4971) is known color: Cabaret. HEX triplet: CE, 49 and 71. RGB value is (206,73,113). Sum of RGB (Red+Green+Blue) = 206+73+113=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4971 is #31B68E. Grayscale: #757575. Windows color (decimal): -3257999 or 7424462. OLE color: 7424462.

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

Color convert

RGB 206 73 113 -
CMYK 0 0.65 0.45 0.19
HSL 341.95º 0.58% 0.55% -
HSV(B) 341.95º 0.65% 0.81% -
XYZ 30.82 19.08 17.68 -
YUV 117.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 206 73 113 0 0.65 0.45 0.19 341.95 0.58 0.55
Hex CE 49 71 0 41 2D 13 156 3A 37
Octal 316 111 161 0 101 55 23 526 72 67
Binary 11001110 1001001 1110001 0 1000001 101101 10011 101010110 111010 110111

Color Harmonies of #CE4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4971

Black with #CE4971

Text Example


Text Example

White with #CE4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4971; }

 p { color: rgb(206,73,113); }

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

background-color css

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

 a { background-color: rgb(206,73,113); }

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

border-color css

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

 span { border-color: rgb(206,73,113); }

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