#CA5A7B

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

Shades of Cabaret #CA5A7B

Tints of Cabaret #CA5A7B

Color information

#CA5A7B (or 0xCA5A7B) is unknown color: approx Cabaret. HEX triplet: CA, 5A and 7B. RGB value is (202,90,123). Sum of RGB (Red+Green+Blue) = 202+90+123=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A7B is #35A584. Grayscale: #7F7F7F. Windows color (decimal): -3515781 or 8084170. OLE color: 8084170.

HSL color Cylindrical-coordinate representation of color #CA5A7B: hue angle of 342.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A7B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20290123-
CMYK00.550.390.21
HSL342.32º51.38%57.25%-
HSV(B)342.32º55.45%79.22%-
XYZ31.5921.321.19-
YUV127.25125.61181.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=48.67%
G=21.69%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029012300.550.390.21342.3251.3857.25
HexCA5A7B03727151563339
Octal31213217306747255266371
Binary1100101010110101111011011011110011110101101010110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A7B; }

 p { color: rgb(202,90,123); }

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

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

 a { background-color: rgb(202,90,123); }

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

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

 span { border-color: rgb(202,90,123); }

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