#CA0259

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

Shades of Razzmatazz #CA0259

Tints of Razzmatazz #CA0259

Color information

#CA0259 (or 0xCA0259) is unknown color: approx Razzmatazz. HEX triplet: CA, 02 and 59. RGB value is (202,2,89). Sum of RGB (Red+Green+Blue) = 202+2+89=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0259 is #35FDA6. Grayscale: #474747. Windows color (decimal): -3538343 or 5833418. OLE color: 5833418.

HSL color Cylindrical-coordinate representation of color #CA0259: hue angle of 333.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0259 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB202289-
CMYK00.990.560.21
HSL333.9º98.04%40%-
HSV(B)333.9º99.01%79.22%-
XYZ26.1813.3210.64-
YUV71.72137.76220.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.94%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=68.94%
G=0.68%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20228900.990.560.21333.998.0440
HexCA259063381514e6228
Octal31221310143702551614250
Binary1100101010101100101100011111000101011010011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0259; }

 p { color: rgb(202,2,89); }

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

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

 a { background-color: rgb(202,2,89); }

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

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

 span { border-color: rgb(202,2,89); }

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