Html Css Color HEX #C64E6D Cabaret

📋 copy color: '#C64E6D'

red 198 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #C64E6D

Tints of Cabaret #C64E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 51.43%
G = 20.26%
B = 28.31%

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

#C64E6D (or 0xC64E6D) is known color: Cabaret. HEX triplet: C6, 4E and 6D. RGB value is (198,78,109). Sum of RGB (Red+Green+Blue) = 198+78+109=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E6D is #39B192. Grayscale: #757575. Windows color (decimal): -3781011 or 7163590. OLE color: 7163590.

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

Color convert

RGB 198 78 109 -
CMYK 0 0.61 0.45 0.22
HSL 344.5º 0.51% 0.54% -
HSV(B) 344.5º 0.61% 0.78% -
XYZ 28.77 18.56 16.53 -
YUV 117.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 198 78 109 0 0.61 0.45 0.22 344.5 0.51 0.54
Hex C6 4E 6D 0 3D 2D 16 158 33 36
Octal 306 116 155 0 75 55 26 530 63 66
Binary 11000110 1001110 1101101 0 111101 101101 10110 101011000 110011 110110

Color Harmonies of #C64E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E6D

Black with #C64E6D

Text Example


Text Example

White with #C64E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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