#c26570

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

Shades of Cabaret #C26570

Tints of Cabaret #C26570

Color information

#C26570 (or 0xC26570) is unknown color: approx Cabaret. HEX triplet: C2, 65 and 70. RGB value is (194,101,112). Sum of RGB (Red+Green+Blue) = 194+101+112=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C26570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26570 is #3D9A8F. Grayscale: #828282. Windows color (decimal): -4037264 or 7366082. OLE color: 7366082.

HSL color Cylindrical-coordinate representation of color #C26570: hue angle of 352.9º degrees, saturation: 0.43, 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 #C26570 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194101112-
CMYK00.480.420.24
HSL352.9º43.26%57.84%-
HSV(B)352.9º47.94%76.08%-
XYZ29.8321.9517.99-
YUV130.06117.81173.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=47.67%
G=24.82%
B=27.52%

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
Decimal19410111200.480.420.24352.943.2657.84
HexC265700302A181612b3a
Octal30214516006052305415372
Binary1100001011001011110000011000010101011000101100001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26570; }

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

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

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

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

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

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

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

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