#C26470

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

Shades of Cabaret #C26470

Tints of Cabaret #C26470

Color information

#C26470 (or 0xC26470) is unknown color: approx Cabaret. HEX triplet: C2, 64 and 70. RGB value is (194,100,112). Sum of RGB (Red+Green+Blue) = 194+100+112=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26470 is #3D9B8F. Grayscale: #818181. Windows color (decimal): -4037520 or 7365826. OLE color: 7365826.

HSL color Cylindrical-coordinate representation of color #C26470: hue angle of 352.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26470 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194100112-
CMYK00.480.420.24
HSL352.34º43.52%57.65%-
HSV(B)352.34º48.45%76.08%-
XYZ29.7321.7517.96-
YUV129.47118.14174.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=47.78%
G=24.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410011200.480.420.24352.3443.5257.65
HexC264700302A181602c3a
Octal30214416006052305405472
Binary1100001011001001110000011000010101011000101100000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26470; }

 p { color: rgb(194,100,112); }

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

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

 a { background-color: rgb(194,100,112); }

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

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

 span { border-color: rgb(194,100,112); }

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