#CA0061

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

Shades of Razzmatazz #CA0061

Tints of Razzmatazz #CA0061

Color information

#CA0061 (or 0xCA0061) is unknown color: approx Razzmatazz. HEX triplet: CA, 00 and 61. RGB value is (202,0,97). Sum of RGB (Red+Green+Blue) = 202+0+97=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0061 is #35FF9E. Grayscale: #474747. Windows color (decimal): -3538847 or 6357194. OLE color: 6357194.

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

Color convert

RGB202097-
CMYK010.520.21
HSL331.19º100%39.61%-
HSV(B)331.19º100%79.22%-
XYZ26.5113.4212.5-
YUV71.46142.42221.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=67.56%
G=0%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202097010.520.21331.1910039.61
HexCA061064341514b6428
Octal31201410144642551314450
Binary110010100110000101100100110100101011010010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0061; }

 p { color: rgb(202,0,97); }

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

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

 a { background-color: rgb(202,0,97); }

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

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

 span { border-color: rgb(202,0,97); }

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