Html Css Color HEX #C64D70 Cabaret

📋 copy color: '#C64D70'

red 198 ◦ green 77 ◦ blue 112

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

Shades of Cabaret #C64D70

Tints of Cabaret #C64D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 51.16%
G = 19.9%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64D70 (or 0xC64D70) is known color: Cabaret. HEX triplet: C6, 4D and 70. RGB value is (198,77,112). Sum of RGB (Red+Green+Blue) = 198+77+112=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D70 is #39B28F. Grayscale: #757575. Windows color (decimal): -3781264 or 7359942. OLE color: 7359942.

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

Color convert

RGB 198 77 112 -
CMYK 0 0.61 0.43 0.22
HSL 342.64º 0.51% 0.54% -
HSV(B) 342.64º 0.61% 0.78% -
XYZ 28.87 18.48 17.38 -
YUV 117.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 198 77 112 0 0.61 0.43 0.22 342.64 0.51 0.54
Hex C6 4D 70 0 3D 2B 16 157 33 36
Octal 306 115 160 0 75 53 26 527 63 66
Binary 11000110 1001101 1110000 0 111101 101011 10110 101010111 110011 110110

Color Harmonies of #C64D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D70

Black with #C64D70

Text Example


Text Example

White with #C64D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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