#CB335A

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

Shades of Old Rose #CB335A

Tints of Old Rose #CB335A

Color information

#CB335A (or 0xCB335A) is unknown color: approx Old Rose. HEX triplet: CB, 33 and 5A. RGB value is (203,51,90). Sum of RGB (Red+Green+Blue) = 203+51+90=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB335A is #34CCA5. Grayscale: #646464. Windows color (decimal): -3460262 or 5911499. OLE color: 5911499.

HSL color Cylindrical-coordinate representation of color #CB335A: hue angle of 344.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB335A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2035190-
CMYK00.750.560.20
HSL344.61º59.84%49.8%-
HSV(B)344.61º74.88%79.61%-
XYZ27.6615.811.27-
YUV100.89121.86200.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.01%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=59.01%
G=14.83%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203519000.750.560.20344.6159.8449.8
HexCB335A04B38141593c32
Octal31363132011370245317462
Binary1100101111001110110100100101111100010100101011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB335A; }

 p { color: rgb(203,51,90); }

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

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

 a { background-color: rgb(203,51,90); }

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

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

 span { border-color: rgb(203,51,90); }

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