#CB005E

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

Shades of Razzmatazz #CB005E

Tints of Razzmatazz #CB005E

Color information

#CB005E (or 0xCB005E) is unknown color: approx Razzmatazz. HEX triplet: CB, 00 and 5E. RGB value is (203,0,94). Sum of RGB (Red+Green+Blue) = 203+0+94=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB005E is #34FFA1. Grayscale: #474747. Windows color (decimal): -3473314 or 6160587. OLE color: 6160587.

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

Color convert

RGB203094-
CMYK010.540.20
HSL332.22º100%39.8%-
HSV(B)332.22º100%79.61%-
XYZ26.6513.511.79-
YUV71.41140.75221.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=68.35%
G=0%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203094010.540.20332.2210039.8
HexCB05E064361414c6428
Octal31301360144662451414450
Binary110010110101111001100100110110101001010011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB005E; }

 p { color: rgb(203,0,94); }

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

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

 a { background-color: rgb(203,0,94); }

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

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

 span { border-color: rgb(203,0,94); }

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