#C44063

Color #C44063 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C44063

Tints of Cabaret #C44063

Color information

#C44063 (or 0xC44063) is unknown color: approx Cabaret. HEX triplet: C4, 40 and 63. RGB value is (196,64,99). Sum of RGB (Red+Green+Blue) = 196+64+99=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C44063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44063 is #3BBF9C. Grayscale: #6B6B6B. Windows color (decimal): -3915677 or 6504644. OLE color: 6504644.

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

Color convert

RGB1966499-
CMYK00.670.490.23
HSL344.09º52.8%50.98%-
HSV(B)344.09º67.35%76.86%-
XYZ26.8516.313.54-
YUV107.46123.23191.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=54.60%
G=17.83%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196649900.670.490.23344.0952.850.98
HexC4406304331171583533
Octal304100143010361275306563
Binary11000100100000011000110100001111000110111101011000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44063; }

 p { color: rgb(196,64,99); }

 H1.HeaderClassName
 {
   color: #C44063;
 }
 .AnyTagClassName
 {
   color: #C44063;
 }
</style>
background-color css

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

 a { background-color: rgb(196,64,99); }

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

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

 span { border-color: rgb(196,64,99); }

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