Html Css Color HEX #CE4D71 Cabaret

📋 copy color: '#CE4D71'

red 206 ◦ green 77 ◦ blue 113

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

Shades of Cabaret #CE4D71

Tints of Cabaret #CE4D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

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

R = 52.02%
G = 19.44%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4D71 (or 0xCE4D71) is known color: Cabaret. HEX triplet: CE, 4D and 71. RGB value is (206,77,113). Sum of RGB (Red+Green+Blue) = 206+77+113=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D71 is #31B28E. Grayscale: #777777. Windows color (decimal): -3256975 or 7425486. OLE color: 7425486.

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

Color convert

RGB 206 77 113 -
CMYK 0 0.63 0.45 0.19
HSL 343.26º 0.57% 0.55% -
HSV(B) 343.26º 0.63% 0.81% -
XYZ 31.09 19.62 17.77 -
YUV 119.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 206 77 113 0 0.63 0.45 0.19 343.26 0.57 0.55
Hex CE 4D 71 0 3F 2D 13 157 39 37
Octal 316 115 161 0 77 55 23 527 71 67
Binary 11001110 1001101 1110001 0 111111 101101 10011 101010111 111001 110111

Color Harmonies of #CE4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D71

Black with #CE4D71

Text Example


Text Example

White with #CE4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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