Html Css Color HEX #C64A71 Cabaret

📋 copy color: '#C64A71'

red 198 ◦ green 74 ◦ blue 113

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

Shades of Cabaret #C64A71

Tints of Cabaret #C64A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 51.43%
G = 19.22%
B = 29.35%

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

#C64A71 (or 0xC64A71) is known color: Cabaret. HEX triplet: C6, 4A and 71. RGB value is (198,74,113). Sum of RGB (Red+Green+Blue) = 198+74+113=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A71 is #39B58E. Grayscale: #737373. Windows color (decimal): -3782031 or 7424710. OLE color: 7424710.

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

Color convert

RGB 198 74 113 -
CMYK 0 0.63 0.43 0.22
HSL 341.13º 0.52% 0.53% -
HSV(B) 341.13º 0.63% 0.78% -
XYZ 28.72 18.1 17.6 -
YUV 115.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 198 74 113 0 0.63 0.43 0.22 341.13 0.52 0.53
Hex C6 4A 71 0 3F 2B 16 155 34 35
Octal 306 112 161 0 77 53 26 525 64 65
Binary 11000110 1001010 1110001 0 111111 101011 10110 101010101 110100 110101

Color Harmonies of #C64A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A71

Black with #C64A71

Text Example


Text Example

White with #C64A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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