Html Css Color HEX #C64971 Cabaret

📋 copy color: '#C64971'

red 198 ◦ green 73 ◦ blue 113

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

Shades of Cabaret #C64971

Tints of Cabaret #C64971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 51.56%
G = 19.01%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C64971 (or 0xC64971) is known color: Cabaret. HEX triplet: C6, 49 and 71. RGB value is (198,73,113). Sum of RGB (Red+Green+Blue) = 198+73+113=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64971 is #39B68E. Grayscale: #727272. Windows color (decimal): -3782287 or 7424454. OLE color: 7424454.

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

Color convert

RGB 198 73 113 -
CMYK 0 0.63 0.43 0.22
HSL 340.8º 0.52% 0.53% -
HSV(B) 340.8º 0.63% 0.78% -
XYZ 28.65 17.96 17.58 -
YUV 114.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 198 73 113 0 0.63 0.43 0.22 340.8 0.52 0.53
Hex C6 49 71 0 3F 2B 16 155 34 35
Octal 306 111 161 0 77 53 26 525 64 65
Binary 11000110 1001001 1110001 0 111111 101011 10110 101010101 110100 110101

Color Harmonies of #C64971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64971

Black with #C64971

Text Example


Text Example

White with #C64971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64971; }

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

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

background-color css

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

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

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

border-color css

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

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

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