Html Css Color HEX #CE4071 Cabaret

📋 copy color: '#CE4071'

red 206 ◦ green 64 ◦ blue 113

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

Shades of Cabaret #CE4071

Tints of Cabaret #CE4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

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

R = 53.79%
G = 16.71%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4071 (or 0xCE4071) is known color: Cabaret. HEX triplet: CE, 40 and 71. RGB value is (206,64,113). Sum of RGB (Red+Green+Blue) = 206+64+113=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4071 is #31BF8E. Grayscale: #6F6F6F. Windows color (decimal): -3260303 or 7422158. OLE color: 7422158.

HSL color Cylindrical-coordinate representation of color #CE4071: hue angle of 339.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4071 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 113 -
CMYK 0 0.69 0.45 0.19
HSL 339.3º 0.59% 0.53% -
HSV(B) 339.3º 0.69% 0.81% -
XYZ 30.27 17.98 17.5 -
YUV 112.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 206 64 113 0 0.69 0.45 0.19 339.3 0.59 0.53
Hex CE 40 71 0 45 2D 13 153 3B 35
Octal 316 100 161 0 105 55 23 523 73 65
Binary 11001110 1000000 1110001 0 1000101 101101 10011 101010011 111011 110101

Color Harmonies of #CE4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4071

Black with #CE4071

Text Example


Text Example

White with #CE4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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