Html Css Color HEX #C64872 Cabaret

📋 copy color: '#C64872'

red 198 ◦ green 72 ◦ blue 114

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

Shades of Cabaret #C64872

Tints of Cabaret #C64872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 51.56%
G = 18.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C64872 (or 0xC64872) is known color: Cabaret. HEX triplet: C6, 48 and 72. RGB value is (198,72,114). Sum of RGB (Red+Green+Blue) = 198+72+114=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64872 is #39B78D. Grayscale: #727272. Windows color (decimal): -3782542 or 7489734. OLE color: 7489734.

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

Color convert

RGB 198 72 114 -
CMYK 0 0.64 0.42 0.22
HSL 340º 0.53% 0.53% -
HSV(B) 340º 0.64% 0.78% -
XYZ 28.64 17.86 17.86 -
YUV 114.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 198 72 114 0 0.64 0.42 0.22 340 0.53 0.53
Hex C6 48 72 0 40 2A 16 154 34 35
Octal 306 110 162 0 100 52 26 524 64 65
Binary 11000110 1001000 1110010 0 1000000 101010 10110 101010100 110100 110101

Color Harmonies of #C64872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64872

Black with #C64872

Text Example


Text Example

White with #C64872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64872; }

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

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

background-color css

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

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

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

border-color css

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

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

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