#C45A68

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

Shades of Cabaret #C45A68

Tints of Cabaret #C45A68

Color information

#C45A68 (or 0xC45A68) is unknown color: approx Cabaret. HEX triplet: C4, 5A and 68. RGB value is (196,90,104). Sum of RGB (Red+Green+Blue) = 196+90+104=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A68 is #3BA597. Grayscale: #7B7B7B. Windows color (decimal): -3909016 or 6838980. OLE color: 6838980.

HSL color Cylindrical-coordinate representation of color #C45A68: hue angle of 352.08º 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 #C45A68 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19690104-
CMYK00.540.470.23
HSL352.08º47.32%56.08%-
HSV(B)352.08º54.08%76.86%-
XYZ28.9220.0515.44-
YUV123.29117.12179.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=50.26%
G=23.08%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969010400.540.470.23352.0847.3256.08
HexC45A680362F171602f38
Octal30413215006657275405770
Binary1100010010110101101000011011010111110111101100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A68; }

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

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

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

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

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

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

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

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