Html Css Color HEX #C84974 Cabaret

📋 copy color: '#C84974'

red 200 ◦ green 73 ◦ blue 116

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

Shades of Cabaret #C84974

Tints of Cabaret #C84974

RGB

 RED value IS 200 (78.52% from 255) = 51.41%

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

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

R = 51.41%
G = 18.77%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84974 (or 0xC84974) is known color: Cabaret. HEX triplet: C8, 49 and 74. RGB value is (200,73,116). Sum of RGB (Red+Green+Blue) = 200+73+116=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C84974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84974 is #37B68B. Grayscale: #737373. Windows color (decimal): -3651212 or 7621064. OLE color: 7621064.

HSL color Cylindrical-coordinate representation of color #C84974: hue angle of 339.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84974 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 116 -
CMYK 0 0.64 0.42 0.22
HSL 339.69º 0.54% 0.54% -
HSV(B) 339.69º 0.64% 0.78% -
XYZ 29.35 18.31 18.51 -
YUV 115.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 200 73 116 0 0.64 0.42 0.22 339.69 0.54 0.54
Hex C8 49 74 0 40 2A 16 154 36 36
Octal 310 111 164 0 100 52 26 524 66 66
Binary 11001000 1001001 1110100 0 1000000 101010 10110 101010100 110110 110110

Color Harmonies of #C84974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84974

Black with #C84974

Text Example


Text Example

White with #C84974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84974; }

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

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

background-color css

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

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

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

border-color css

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

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

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