Html Css Color HEX #C84673 Cabaret

📋 copy color: '#C84673'

red 200 ◦ green 70 ◦ blue 115

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

Shades of Cabaret #C84673

Tints of Cabaret #C84673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 51.95%
G = 18.18%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84673 (or 0xC84673) is known color: Cabaret. HEX triplet: C8, 46 and 73. RGB value is (200,70,115). Sum of RGB (Red+Green+Blue) = 200+70+115=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84673 is #37B98C. Grayscale: #717171. Windows color (decimal): -3651981 or 7554760. OLE color: 7554760.

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

Color convert

RGB 200 70 115 -
CMYK 0 0.65 0.42 0.22
HSL 339.23º 0.54% 0.53% -
HSV(B) 339.23º 0.65% 0.78% -
XYZ 29.1 17.9 18.14 -
YUV 114 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 200 70 115 0 0.65 0.42 0.22 339.23 0.54 0.53
Hex C8 46 73 0 41 2A 16 153 36 35
Octal 310 106 163 0 101 52 26 523 66 65
Binary 11001000 1000110 1110011 0 1000001 101010 10110 101010011 110110 110101

Color Harmonies of #C84673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84673

Black with #C84673

Text Example


Text Example

White with #C84673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84673; }

 p { color: rgb(200,70,115); }

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

background-color css

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

 a { background-color: rgb(200,70,115); }

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

border-color css

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

 span { border-color: rgb(200,70,115); }

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