#C25269

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

Shades of Cabaret #C25269

Tints of Cabaret #C25269

Color information

#C25269 (or 0xC25269) is unknown color: approx Cabaret. HEX triplet: C2, 52 and 69. RGB value is (194,82,105). Sum of RGB (Red+Green+Blue) = 194+82+105=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25269 is #3DAD96. Grayscale: #767676. Windows color (decimal): -4042135 or 6902466. OLE color: 6902466.

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

Color convert

RGB19482105-
CMYK00.580.460.24
HSL347.68º47.86%54.12%-
HSV(B)347.68º57.73%76.08%-
XYZ27.8218.5215.47-
YUV118.11120.61182.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=50.92%
G=21.52%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948210500.580.460.24347.6847.8654.12
HexC2526903A2E1815c3036
Octal30212215107256305346066
Binary1100001010100101101001011101010111011000101011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25269; }

 p { color: rgb(194,82,105); }

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

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

 a { background-color: rgb(194,82,105); }

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

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

 span { border-color: rgb(194,82,105); }

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