#C45A6C

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

Shades of Cabaret #C45A6C

Tints of Cabaret #C45A6C

Color information

#C45A6C (or 0xC45A6C) is unknown color: approx Cabaret. HEX triplet: C4, 5A and 6C. RGB value is (196,90,108). Sum of RGB (Red+Green+Blue) = 196+90+108=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A6C is #3BA593. Grayscale: #7B7B7B. Windows color (decimal): -3909012 or 7101124. OLE color: 7101124.

HSL color Cylindrical-coordinate representation of color #C45A6C: hue angle of 349.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A6C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19690108-
CMYK00.540.450.23
HSL349.81º47.32%56.08%-
HSV(B)349.81º54.08%76.86%-
XYZ29.1320.1316.54-
YUV123.75119.12179.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=49.75%
G=22.84%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969010800.540.450.23349.8147.3256.08
HexC45A6C0362D1715e2f38
Octal30413215406655275365770
Binary1100010010110101101100011011010110110111101011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A6C; }

 p { color: rgb(196,90,108); }

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

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

 a { background-color: rgb(196,90,108); }

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

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

 span { border-color: rgb(196,90,108); }

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