Html Css Color HEX #C84868 Cabaret

📋 copy color: '#C84868'

red 200 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #C84868

Tints of Cabaret #C84868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 53.19%
G = 19.15%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C84868 (or 0xC84868) is known color: Cabaret. HEX triplet: C8, 48 and 68. RGB value is (200,72,104). Sum of RGB (Red+Green+Blue) = 200+72+104=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C84868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84868 is #37B797. Grayscale: #717171. Windows color (decimal): -3651480 or 6834376. OLE color: 6834376.

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

Color convert

RGB 200 72 104 -
CMYK 0 0.64 0.48 0.22
HSL 345º 0.54% 0.53% -
HSV(B) 345º 0.64% 0.78% -
XYZ 28.64 17.91 15.05 -
YUV 113.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 200 72 104 0 0.64 0.48 0.22 345 0.54 0.53
Hex C8 48 68 0 40 30 16 159 36 35
Octal 310 110 150 0 100 60 26 531 66 65
Binary 11001000 1001000 1101000 0 1000000 110000 10110 101011001 110110 110101

Color Harmonies of #C84868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84868

Black with #C84868

Text Example


Text Example

White with #C84868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84868; }

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

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

background-color css

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

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

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

border-color css

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

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

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