Html Css Color HEX #C84371 Cabaret

📋 copy color: '#C84371'

red 200 ◦ green 67 ◦ blue 113

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

Shades of Cabaret #C84371

Tints of Cabaret #C84371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 52.63%
G = 17.63%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84371 (or 0xC84371) is known color: Cabaret. HEX triplet: C8, 43 and 71. RGB value is (200,67,113). Sum of RGB (Red+Green+Blue) = 200+67+113=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84371 is #37BC8E. Grayscale: #6F6F6F. Windows color (decimal): -3652751 or 7422920. OLE color: 7422920.

HSL color Cylindrical-coordinate representation of color #C84371: hue angle of 339.25º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84371 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 113 -
CMYK 0 0.66 0.44 0.22
HSL 339.25º 0.55% 0.52% -
HSV(B) 339.25º 0.67% 0.78% -
XYZ 28.81 17.49 17.48 -
YUV 112.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 200 67 113 0 0.66 0.44 0.22 339.25 0.55 0.52
Hex C8 43 71 0 42 2C 16 153 37 34
Octal 310 103 161 0 102 54 26 523 67 64
Binary 11001000 1000011 1110001 0 1000010 101100 10110 101010011 110111 110100

Color Harmonies of #C84371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84371

Black with #C84371

Text Example


Text Example

White with #C84371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84371; }

 p { color: rgb(200,67,113); }

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

background-color css

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

 a { background-color: rgb(200,67,113); }

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

border-color css

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

 span { border-color: rgb(200,67,113); }

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