Html Css Color HEX #C64F72 Cabaret

📋 copy color: '#C64F72'

red 198 ◦ green 79 ◦ blue 114

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

Shades of Cabaret #C64F72

Tints of Cabaret #C64F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

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

R = 50.64%
G = 20.2%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64F72 (or 0xC64F72) is known color: Cabaret. HEX triplet: C6, 4F and 72. RGB value is (198,79,114). Sum of RGB (Red+Green+Blue) = 198+79+114=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F72 is #39B08D. Grayscale: #767676. Windows color (decimal): -3780750 or 7491526. OLE color: 7491526.

HSL color Cylindrical-coordinate representation of color #C64F72: hue angle of 342.35º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F72 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 114 -
CMYK 0 0.60 0.42 0.22
HSL 342.35º 0.51% 0.54% -
HSV(B) 342.35º 0.6% 0.78% -
XYZ 29.12 18.81 18.02 -
YUV 118.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 198 79 114 0 0.60 0.42 0.22 342.35 0.51 0.54
Hex C6 4F 72 0 3C 2A 16 156 33 36
Octal 306 117 162 0 74 52 26 526 63 66
Binary 11000110 1001111 1110010 0 111100 101010 10110 101010110 110011 110110

Color Harmonies of #C64F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F72

Black with #C64F72

Text Example


Text Example

White with #C64F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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