Html Css Color HEX #C84560 Cabaret

📋 copy color: '#C84560'

red 200 ◦ green 69 ◦ blue 96

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

Shades of Cabaret #C84560

Tints of Cabaret #C84560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 54.79%
G = 18.9%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84560 (or 0xC84560) is known color: Cabaret. HEX triplet: C8, 45 and 60. RGB value is (200,69,96). Sum of RGB (Red+Green+Blue) = 200+69+96=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C84560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84560 is #37BA9F. Grayscale: #6F6F6F. Windows color (decimal): -3652256 or 6309320. OLE color: 6309320.

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

Color convert

RGB 200 69 96 -
CMYK 0 0.66 0.52 0.22
HSL 347.63º 0.54% 0.53% -
HSV(B) 347.63º 0.66% 0.78% -
XYZ 28.06 17.38 12.94 -
YUV 111.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 200 69 96 0 0.66 0.52 0.22 347.63 0.54 0.53
Hex C8 45 60 0 42 34 16 15C 36 35
Octal 310 105 140 0 102 64 26 534 66 65
Binary 11001000 1000101 1100000 0 1000010 110100 10110 101011100 110110 110101

Color Harmonies of #C84560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84560

Black with #C84560

Text Example


Text Example

White with #C84560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84560; }

 p { color: rgb(200,69,96); }

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

background-color css

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

 a { background-color: rgb(200,69,96); }

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

border-color css

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

 span { border-color: rgb(200,69,96); }

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