Html Css Color HEX #C64D63 Cabaret

📋 copy color: '#C64D63'

red 198 ◦ green 77 ◦ blue 99

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

Shades of Cabaret #C64D63

Tints of Cabaret #C64D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

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

R = 52.94%
G = 20.59%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C64D63 (or 0xC64D63) is known color: Cabaret. HEX triplet: C6, 4D and 63. RGB value is (198,77,99). Sum of RGB (Red+Green+Blue) = 198+77+99=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D63 is #39B29C. Grayscale: #737373. Windows color (decimal): -3781277 or 6507974. OLE color: 6507974.

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

Color convert

RGB 198 77 99 -
CMYK 0 0.61 0.50 0.22
HSL 349.09º 0.51% 0.54% -
HSV(B) 349.09º 0.61% 0.78% -
XYZ 28.19 18.21 13.83 -
YUV 115.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 198 77 99 0 0.61 0.50 0.22 349.09 0.51 0.54
Hex C6 4D 63 0 3D 32 16 15D 33 36
Octal 306 115 143 0 75 62 26 535 63 66
Binary 11000110 1001101 1100011 0 111101 110010 10110 101011101 110011 110110

Color Harmonies of #C64D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D63

Black with #C64D63

Text Example


Text Example

White with #C64D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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