Html Css Color HEX #C84874 Cabaret

📋 copy color: '#C84874'

red 200 ◦ green 72 ◦ blue 116

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

Shades of Cabaret #C84874

Tints of Cabaret #C84874

RGB

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

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

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

R = 51.55%
G = 18.56%
B = 29.9%

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

#C84874 (or 0xC84874) is known color: Cabaret. HEX triplet: C8, 48 and 74. RGB value is (200,72,116). Sum of RGB (Red+Green+Blue) = 200+72+116=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84874 is #37B78B. Grayscale: #737373. Windows color (decimal): -3651468 or 7620808. OLE color: 7620808.

HSL color Cylindrical-coordinate representation of color #C84874: hue angle of 339.38º 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 #C84874 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 116 -
CMYK 0 0.64 0.42 0.22
HSL 339.38º 0.54% 0.53% -
HSV(B) 339.38º 0.64% 0.78% -
XYZ 29.29 18.18 18.49 -
YUV 115.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 200 72 116 0 0.64 0.42 0.22 339.38 0.54 0.53
Hex C8 48 74 0 40 2A 16 153 36 35
Octal 310 110 164 0 100 52 26 523 66 65
Binary 11001000 1001000 1110100 0 1000000 101010 10110 101010011 110110 110101

Color Harmonies of #C84874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84874

Black with #C84874

Text Example


Text Example

White with #C84874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84874; }

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

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

background-color css

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

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

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

border-color css

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

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

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