#CB005B

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

Shades of Razzmatazz #CB005B

Tints of Razzmatazz #CB005B

Color information

#CB005B (or 0xCB005B) is unknown color: approx Razzmatazz. HEX triplet: CB, 00 and 5B. RGB value is (203,0,91). Sum of RGB (Red+Green+Blue) = 203+0+91=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB005B is #34FFA4. Grayscale: #464646. Windows color (decimal): -3473317 or 5963979. OLE color: 5963979.

HSL color Cylindrical-coordinate representation of color #CB005B: hue angle of 333.1º 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 #CB005B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB203091-
CMYK010.550.20
HSL333.1º100%39.8%-
HSV(B)333.1º100%79.61%-
XYZ26.5213.4511.1-
YUV71.07139.25222.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=69.05%
G=0%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203091010.550.20333.110039.8
HexCB05B064371414d6428
Octal31301330144672451514450
Binary110010110101101101100100110111101001010011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB005B; }

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

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

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

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

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

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

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

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