Html Css Color HEX #C84861 Cabaret

📋 copy color: '#C84861'

red 200 ◦ green 72 ◦ blue 97

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

Shades of Cabaret #C84861

Tints of Cabaret #C84861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 54.2%
G = 19.51%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84861 (or 0xC84861) is known color: Cabaret. HEX triplet: C8, 48 and 61. RGB value is (200,72,97). Sum of RGB (Red+Green+Blue) = 200+72+97=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84861 is #37B79E. Grayscale: #717171. Windows color (decimal): -3651487 or 6375624. OLE color: 6375624.

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

Color convert

RGB 200 72 97 -
CMYK 0 0.64 0.52 0.22
HSL 348.28º 0.54% 0.53% -
HSV(B) 348.28º 0.64% 0.78% -
XYZ 28.29 17.78 13.25 -
YUV 113.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 200 72 97 0 0.64 0.52 0.22 348.28 0.54 0.53
Hex C8 48 61 0 40 34 16 15C 36 35
Octal 310 110 141 0 100 64 26 534 66 65
Binary 11001000 1001000 1100001 0 1000000 110100 10110 101011100 110110 110101

Color Harmonies of #C84861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84861

Black with #C84861

Text Example


Text Example

White with #C84861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84861; }

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

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

background-color css

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

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

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

border-color css

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

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

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