Html Css Color HEX #C64973 Cabaret

📋 copy color: '#C64973'

red 198 ◦ green 73 ◦ blue 115

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

Shades of Cabaret #C64973

Tints of Cabaret #C64973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 51.3%
G = 18.91%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64973 (or 0xC64973) is known color: Cabaret. HEX triplet: C6, 49 and 73. RGB value is (198,73,115). Sum of RGB (Red+Green+Blue) = 198+73+115=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64973 is #39B68C. Grayscale: #737373. Windows color (decimal): -3782285 or 7555526. OLE color: 7555526.

HSL color Cylindrical-coordinate representation of color #C64973: hue angle of 339.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64973 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 115 -
CMYK 0 0.63 0.42 0.22
HSL 339.84º 0.52% 0.53% -
HSV(B) 339.84º 0.63% 0.78% -
XYZ 28.77 18.01 18.18 -
YUV 115.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 198 73 115 0 0.63 0.42 0.22 339.84 0.52 0.53
Hex C6 49 73 0 3F 2A 16 154 34 35
Octal 306 111 163 0 77 52 26 524 64 65
Binary 11000110 1001001 1110011 0 111111 101010 10110 101010100 110100 110101

Color Harmonies of #C64973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64973

Black with #C64973

Text Example


Text Example

White with #C64973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64973; }

 p { color: rgb(198,73,115); }

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

background-color css

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

 a { background-color: rgb(198,73,115); }

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

border-color css

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

 span { border-color: rgb(198,73,115); }

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