Html Css Color HEX #CE4772 Cabaret

📋 copy color: '#CE4772'

red 206 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #CE4772

Tints of Cabaret #CE4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 52.69%
G = 18.16%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4772 (or 0xCE4772) is known color: Cabaret. HEX triplet: CE, 47 and 72. RGB value is (206,71,114). Sum of RGB (Red+Green+Blue) = 206+71+114=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4772 is #31B88D. Grayscale: #747474. Windows color (decimal): -3258510 or 7489486. OLE color: 7489486.

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

Color convert

RGB 206 71 114 -
CMYK 0 0.66 0.45 0.19
HSL 340.89º 0.58% 0.54% -
HSV(B) 340.89º 0.66% 0.81% -
XYZ 30.74 18.84 17.94 -
YUV 116.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 206 71 114 0 0.66 0.45 0.19 340.89 0.58 0.54
Hex CE 47 72 0 42 2D 13 155 3A 36
Octal 316 107 162 0 102 55 23 525 72 66
Binary 11001110 1000111 1110010 0 1000010 101101 10011 101010101 111010 110110

Color Harmonies of #CE4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4772

Black with #CE4772

Text Example


Text Example

White with #CE4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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