#C45F6C

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

Shades of Cabaret #C45F6C

Tints of Cabaret #C45F6C

Color information

#C45F6C (or 0xC45F6C) is unknown color: approx Cabaret. HEX triplet: C4, 5F and 6C. RGB value is (196,95,108). Sum of RGB (Red+Green+Blue) = 196+95+108=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F6C is #3BA093. Grayscale: #7E7E7E. Windows color (decimal): -3907732 or 7102404. OLE color: 7102404.

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

Color convert

RGB19695108-
CMYK00.520.450.23
HSL352.28º46.12%57.06%-
HSV(B)352.28º51.53%76.86%-
XYZ29.562116.68-
YUV126.68117.46177.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=49.12%
G=23.81%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969510800.520.450.23352.2846.1257.06
HexC45F6C0342D171602e39
Octal30413715406455275405671
Binary1100010010111111101100011010010110110111101100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45F6C; }

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

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

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

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

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

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

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

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