Html Css Color HEX #CE4874 Cabaret

📋 copy color: '#CE4874'

red 206 ◦ green 72 ◦ blue 116

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

Shades of Cabaret #CE4874

Tints of Cabaret #CE4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.27%

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 52.28%
G = 18.27%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4874 (or 0xCE4874) is known color: Cabaret. HEX triplet: CE, 48 and 74. RGB value is (206,72,116). Sum of RGB (Red+Green+Blue) = 206+72+116=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4874 is #31B78B. Grayscale: #757575. Windows color (decimal): -3258252 or 7620814. OLE color: 7620814.

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

Color convert

RGB 206 72 116 -
CMYK 0 0.65 0.44 0.19
HSL 340.3º 0.58% 0.55% -
HSV(B) 340.3º 0.65% 0.81% -
XYZ 30.92 19.02 18.56 -
YUV 117.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 206 72 116 0 0.65 0.44 0.19 340.3 0.58 0.55
Hex CE 48 74 0 41 2C 13 154 3A 37
Octal 316 110 164 0 101 54 23 524 72 67
Binary 11001110 1001000 1110100 0 1000001 101100 10011 101010100 111010 110111

Color Harmonies of #CE4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4874

Black with #CE4874

Text Example


Text Example

White with #CE4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4874; }

 p { color: rgb(206,72,116); }

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

background-color css

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

 a { background-color: rgb(206,72,116); }

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

border-color css

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

 span { border-color: rgb(206,72,116); }

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