Html Css Color HEX #C84774 Cabaret

📋 copy color: '#C84774'

red 200 ◦ green 71 ◦ blue 116

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

Shades of Cabaret #C84774

Tints of Cabaret #C84774

RGB

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

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

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

R = 51.68%
G = 18.35%
B = 29.97%

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

#C84774 (or 0xC84774) is known color: Cabaret. HEX triplet: C8, 47 and 74. RGB value is (200,71,116). Sum of RGB (Red+Green+Blue) = 200+71+116=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84774 is #37B88B. Grayscale: #727272. Windows color (decimal): -3651724 or 7620552. OLE color: 7620552.

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

Color convert

RGB 200 71 116 -
CMYK 0 0.64 0.42 0.22
HSL 339.07º 0.54% 0.53% -
HSV(B) 339.07º 0.65% 0.78% -
XYZ 29.23 18.05 18.47 -
YUV 114.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 200 71 116 0 0.64 0.42 0.22 339.07 0.54 0.53
Hex C8 47 74 0 40 2A 16 153 36 35
Octal 310 107 164 0 100 52 26 523 66 65
Binary 11001000 1000111 1110100 0 1000000 101010 10110 101010011 110110 110101

Color Harmonies of #C84774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84774

Black with #C84774

Text Example


Text Example

White with #C84774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84774; }

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

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

background-color css

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

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

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

border-color css

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

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

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