#C25B7B

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

Shades of Cabaret #C25B7B

Tints of Cabaret #C25B7B

Color information

#C25B7B (or 0xC25B7B) is unknown color: approx Cabaret. HEX triplet: C2, 5B and 7B. RGB value is (194,91,123). Sum of RGB (Red+Green+Blue) = 194+91+123=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B7B is #3DA484. Grayscale: #7D7D7D. Windows color (decimal): -4039813 or 8084418. OLE color: 8084418.

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

Color convert

RGB19491123-
CMYK00.530.370.24
HSL341.36º45.78%55.88%-
HSV(B)341.36º53.09%76.08%-
XYZ29.5620.3821.11-
YUV125.44126.62176.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=47.55%
G=22.30%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949112300.530.370.24341.3645.7855.88
HexC25B7B03525181552e38
Octal30213317306545305255670
Binary1100001010110111111011011010110010111000101010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B7B; }

 p { color: rgb(194,91,123); }

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

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

 a { background-color: rgb(194,91,123); }

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

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

 span { border-color: rgb(194,91,123); }

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