Html Css Color HEX #C64D6C Cabaret

📋 copy color: '#C64D6C'

red 198 ◦ green 77 ◦ blue 108

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

Shades of Cabaret #C64D6C

Tints of Cabaret #C64D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 51.7%
G = 20.1%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C64D6C (or 0xC64D6C) is known color: Cabaret. HEX triplet: C6, 4D and 6C. RGB value is (198,77,108). Sum of RGB (Red+Green+Blue) = 198+77+108=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D6C is #39B293. Grayscale: #747474. Windows color (decimal): -3781268 or 7097798. OLE color: 7097798.

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

Color convert

RGB 198 77 108 -
CMYK 0 0.61 0.45 0.22
HSL 344.63º 0.51% 0.54% -
HSV(B) 344.63º 0.61% 0.78% -
XYZ 28.65 18.4 16.23 -
YUV 116.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 198 77 108 0 0.61 0.45 0.22 344.63 0.51 0.54
Hex C6 4D 6C 0 3D 2D 16 159 33 36
Octal 306 115 154 0 75 55 26 531 63 66
Binary 11000110 1001101 1101100 0 111101 101101 10110 101011001 110011 110110

Color Harmonies of #C64D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D6C

Black with #C64D6C

Text Example


Text Example

White with #C64D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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