#CB0159

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

Shades of Razzmatazz #CB0159

Tints of Razzmatazz #CB0159

Color information

#CB0159 (or 0xCB0159) is unknown color: approx Razzmatazz. HEX triplet: CB, 01 and 59. RGB value is (203,1,89). Sum of RGB (Red+Green+Blue) = 203+1+89=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0159 is #34FEA6. Grayscale: #474747. Windows color (decimal): -3473063 or 5833163. OLE color: 5833163.

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

Color convert

RGB203189-
CMYK01.000.560.20
HSL333.86º99.02%40%-
HSV(B)333.86º99.51%79.61%-
XYZ26.4413.4410.65-
YUV71.43137.92221.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.28%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=69.28%
G=0.34%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318901.000.560.20333.8699.0240
HexCB159064381414e6328
Octal31311310144702451614350
Binary110010111101100101100100111000101001010011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0159; }

 p { color: rgb(203,1,89); }

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

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

 a { background-color: rgb(203,1,89); }

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

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

 span { border-color: rgb(203,1,89); }

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