Html Css Color HEX #CE4974 Cabaret

📋 copy color: '#CE4974'

red 206 ◦ green 73 ◦ blue 116

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

Shades of Cabaret #CE4974

Tints of Cabaret #CE4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.48%

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

R = 52.15%
G = 18.48%
B = 29.37%

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

#CE4974 (or 0xCE4974) is known color: Cabaret. HEX triplet: CE, 49 and 74. RGB value is (206,73,116). Sum of RGB (Red+Green+Blue) = 206+73+116=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4974 is #31B68B. Grayscale: #757575. Windows color (decimal): -3257996 or 7621070. OLE color: 7621070.

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

Color convert

RGB 206 73 116 -
CMYK 0 0.65 0.44 0.19
HSL 340.6º 0.58% 0.55% -
HSV(B) 340.6º 0.65% 0.81% -
XYZ 30.99 19.15 18.59 -
YUV 117.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 206 73 116 0 0.65 0.44 0.19 340.6 0.58 0.55
Hex CE 49 74 0 41 2C 13 155 3A 37
Octal 316 111 164 0 101 54 23 525 72 67
Binary 11001110 1001001 1110100 0 1000001 101100 10011 101010101 111010 110111

Color Harmonies of #CE4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4974

Black with #CE4974

Text Example


Text Example

White with #CE4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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