Html Css Color HEX #C64E74 Cabaret

📋 copy color: '#C64E74'

red 198 ◦ green 78 ◦ blue 116

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

Shades of Cabaret #C64E74

Tints of Cabaret #C64E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 50.51%
G = 19.9%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64E74 (or 0xC64E74) is known color: Cabaret. HEX triplet: C6, 4E and 74. RGB value is (198,78,116). Sum of RGB (Red+Green+Blue) = 198+78+116=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E74 is #39B18B. Grayscale: #767676. Windows color (decimal): -3781004 or 7622342. OLE color: 7622342.

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

Color convert

RGB 198 78 116 -
CMYK 0 0.61 0.41 0.22
HSL 341º 0.51% 0.54% -
HSV(B) 341º 0.61% 0.78% -
XYZ 29.17 18.72 18.6 -
YUV 118.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 198 78 116 0 0.61 0.41 0.22 341 0.51 0.54
Hex C6 4E 74 0 3D 29 16 155 33 36
Octal 306 116 164 0 75 51 26 525 63 66
Binary 11000110 1001110 1110100 0 111101 101001 10110 101010101 110011 110110

Color Harmonies of #C64E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E74

Black with #C64E74

Text Example


Text Example

White with #C64E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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