#C25167

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

Shades of Cabaret #C25167

Tints of Cabaret #C25167

Color information

#C25167 (or 0xC25167) is unknown color: approx Cabaret. HEX triplet: C2, 51 and 67. RGB value is (194,81,103). Sum of RGB (Red+Green+Blue) = 194+81+103=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25167 is #3DAE98. Grayscale: #757575. Windows color (decimal): -4042393 or 6771138. OLE color: 6771138.

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

Color convert

RGB19481103-
CMYK00.580.470.24
HSL348.32º48.09%53.92%-
HSV(B)348.32º58.25%76.08%-
XYZ27.6418.3314.91-
YUV117.3119.94182.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=51.32%
G=21.43%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948110300.580.470.24348.3248.0953.92
HexC2516703A2F1815c3036
Octal30212114707257305346066
Binary1100001010100011100111011101010111111000101011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25167; }

 p { color: rgb(194,81,103); }

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

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

 a { background-color: rgb(194,81,103); }

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

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

 span { border-color: rgb(194,81,103); }

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