Html Css Color HEX #CE4D72 Cabaret

📋 copy color: '#CE4D72'

red 206 ◦ green 77 ◦ blue 114

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

Shades of Cabaret #CE4D72

Tints of Cabaret #CE4D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 51.89%
G = 19.4%
B = 28.72%

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

#CE4D72 (or 0xCE4D72) is known color: Cabaret. HEX triplet: CE, 4D and 72. RGB value is (206,77,114). Sum of RGB (Red+Green+Blue) = 206+77+114=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4D72 is #31B28D. Grayscale: #777777. Windows color (decimal): -3256974 or 7491022. OLE color: 7491022.

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

Color convert

RGB 206 77 114 -
CMYK 0 0.63 0.45 0.19
HSL 342.79º 0.57% 0.55% -
HSV(B) 342.79º 0.63% 0.81% -
XYZ 31.14 19.64 18.07 -
YUV 119.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 206 77 114 0 0.63 0.45 0.19 342.79 0.57 0.55
Hex CE 4D 72 0 3F 2D 13 157 39 37
Octal 316 115 162 0 77 55 23 527 71 67
Binary 11001110 1001101 1110010 0 111111 101101 10011 101010111 111001 110111

Color Harmonies of #CE4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D72

Black with #CE4D72

Text Example


Text Example

White with #CE4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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