Html Css Color HEX #C64863 Cabaret

📋 copy color: '#C64863'

red 198 ◦ green 72 ◦ blue 99

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

Shades of Cabaret #C64863

Tints of Cabaret #C64863

RGB

 RED value IS 198 (77.73% from 255) = 53.66%

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

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 53.66%
G = 19.51%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C64863 (or 0xC64863) is known color: Cabaret. HEX triplet: C6, 48 and 63. RGB value is (198,72,99). Sum of RGB (Red+Green+Blue) = 198+72+99=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64863 is #39B79C. Grayscale: #707070. Windows color (decimal): -3782557 or 6506694. OLE color: 6506694.

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

Color convert

RGB 198 72 99 -
CMYK 0 0.64 0.50 0.22
HSL 347.14º 0.53% 0.53% -
HSV(B) 347.14º 0.64% 0.78% -
XYZ 27.86 17.54 13.72 -
YUV 112.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 198 72 99 0 0.64 0.50 0.22 347.14 0.53 0.53
Hex C6 48 63 0 40 32 16 15B 34 35
Octal 306 110 143 0 100 62 26 533 64 65
Binary 11000110 1001000 1100011 0 1000000 110010 10110 101011011 110100 110101

Color Harmonies of #C64863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64863

Black with #C64863

Text Example


Text Example

White with #C64863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64863; }

 p { color: rgb(198,72,99); }

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

background-color css

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

 a { background-color: rgb(198,72,99); }

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

border-color css

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

 span { border-color: rgb(198,72,99); }

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