Html Css Color HEX #C64E70 Cabaret

📋 copy color: '#C64E70'

red 198 ◦ green 78 ◦ blue 112

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

Shades of Cabaret #C64E70

Tints of Cabaret #C64E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.1%

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

R = 51.03%
G = 20.1%
B = 28.87%

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

#C64E70 (or 0xC64E70) is known color: Cabaret. HEX triplet: C6, 4E and 70. RGB value is (198,78,112). Sum of RGB (Red+Green+Blue) = 198+78+112=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E70 is #39B18F. Grayscale: #757575. Windows color (decimal): -3781008 or 7360198. OLE color: 7360198.

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

Color convert

RGB 198 78 112 -
CMYK 0 0.61 0.43 0.22
HSL 343º 0.51% 0.54% -
HSV(B) 343º 0.61% 0.78% -
XYZ 28.94 18.62 17.4 -
YUV 117.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 198 78 112 0 0.61 0.43 0.22 343 0.51 0.54
Hex C6 4E 70 0 3D 2B 16 157 33 36
Octal 306 116 160 0 75 53 26 527 63 66
Binary 11000110 1001110 1110000 0 111101 101011 10110 101010111 110011 110110

Color Harmonies of #C64E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E70

Black with #C64E70

Text Example


Text Example

White with #C64E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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