Html Css Color HEX #C64A72 Cabaret

📋 copy color: '#C64A72'

red 198 ◦ green 74 ◦ blue 114

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

Shades of Cabaret #C64A72

Tints of Cabaret #C64A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 51.3%
G = 19.17%
B = 29.53%

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

#C64A72 (or 0xC64A72) is known color: Cabaret. HEX triplet: C6, 4A and 72. RGB value is (198,74,114). Sum of RGB (Red+Green+Blue) = 198+74+114=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A72 is #39B58D. Grayscale: #737373. Windows color (decimal): -3782030 or 7490246. OLE color: 7490246.

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

Color convert

RGB 198 74 114 -
CMYK 0 0.63 0.42 0.22
HSL 340.65º 0.52% 0.53% -
HSV(B) 340.65º 0.63% 0.78% -
XYZ 28.77 18.12 17.9 -
YUV 115.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 198 74 114 0 0.63 0.42 0.22 340.65 0.52 0.53
Hex C6 4A 72 0 3F 2A 16 155 34 35
Octal 306 112 162 0 77 52 26 525 64 65
Binary 11000110 1001010 1110010 0 111111 101010 10110 101010101 110100 110101

Color Harmonies of #C64A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A72

Black with #C64A72

Text Example


Text Example

White with #C64A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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