#CB355A

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

Shades of Old Rose #CB355A

Tints of Old Rose #CB355A

Color information

#CB355A (or 0xCB355A) is unknown color: approx Old Rose. HEX triplet: CB, 35 and 5A. RGB value is (203,53,90). Sum of RGB (Red+Green+Blue) = 203+53+90=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355A is #34CAA5. Grayscale: #666666. Windows color (decimal): -3459750 or 5912011. OLE color: 5912011.

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

Color convert

RGB2035390-
CMYK00.740.560.20
HSL345.2º59.06%50.2%-
HSV(B)345.2º73.89%79.61%-
XYZ27.7515.9811.3-
YUV102.07121.2199.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=58.67%
G=15.32%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203539000.740.560.20345.259.0650.2
HexCB355A04A38141593b32
Octal31365132011270245317362
Binary1100101111010110110100100101011100010100101011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB355A; }

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

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

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

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

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

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

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

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