Html Css Color HEX #C84C76 Cabaret

📋 copy color: '#C84C76'

red 200 ◦ green 76 ◦ blue 118

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

Shades of Cabaret #C84C76

Tints of Cabaret #C84C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 50.76%
G = 19.29%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C84C76 (or 0xC84C76) is known color: Cabaret. HEX triplet: C8, 4C and 76. RGB value is (200,76,118). Sum of RGB (Red+Green+Blue) = 200+76+118=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C76 is #37B389. Grayscale: #757575. Windows color (decimal): -3650442 or 7752904. OLE color: 7752904.

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

Color convert

RGB 200 76 118 -
CMYK 0 0.62 0.41 0.22
HSL 339.68º 0.53% 0.54% -
HSV(B) 339.68º 0.62% 0.78% -
XYZ 29.67 18.76 19.2 -
YUV 117.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 200 76 118 0 0.62 0.41 0.22 339.68 0.53 0.54
Hex C8 4C 76 0 3E 29 16 154 35 36
Octal 310 114 166 0 76 51 26 524 65 66
Binary 11001000 1001100 1110110 0 111110 101001 10110 101010100 110101 110110

Color Harmonies of #C84C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C76

Black with #C84C76

Text Example


Text Example

White with #C84C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C76; }

 p { color: rgb(200,76,118); }

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

background-color css

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

 a { background-color: rgb(200,76,118); }

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

border-color css

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

 span { border-color: rgb(200,76,118); }

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