Html Css Color HEX #C44560 Cabaret

📋 copy color: '#C44560'

red 196 ◦ green 69 ◦ blue 96

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

Shades of Cabaret #C44560

Tints of Cabaret #C44560

RGB

 RED value IS 196 (76.95% from 255) = 54.29%

 GREEN value IS 69 (27.34% from 255) = 19.11%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 54.29%
G = 19.11%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44560 (or 0xC44560) is known color: Cabaret. HEX triplet: C4, 45 and 60. RGB value is (196,69,96). Sum of RGB (Red+Green+Blue) = 196+69+96=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C44560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44560 is #3BBA9F. Grayscale: #6E6E6E. Windows color (decimal): -3914400 or 6309316. OLE color: 6309316.

HSL color Cylindrical-coordinate representation of color #C44560: hue angle of 347.24º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44560 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 96 -
CMYK 0 0.65 0.51 0.23
HSL 347.24º 0.52% 0.52% -
HSV(B) 347.24º 0.65% 0.77% -
XYZ 27 16.84 12.89 -
YUV 110.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 196 69 96 0 0.65 0.51 0.23 347.24 0.52 0.52
Hex C4 45 60 0 41 33 17 15B 34 34
Octal 304 105 140 0 101 63 27 533 64 64
Binary 11000100 1000101 1100000 0 1000001 110011 10111 101011011 110100 110100

Color Harmonies of #C44560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44560

Black with #C44560

Text Example


Text Example

White with #C44560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44560; }

 p { color: rgb(196,69,96); }

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

background-color css

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

 a { background-color: rgb(196,69,96); }

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

border-color css

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

 span { border-color: rgb(196,69,96); }

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