#CB3A5A

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

Shades of Old Rose #CB3A5A

Tints of Old Rose #CB3A5A

Color information

#CB3A5A (or 0xCB3A5A) is unknown color: approx Old Rose. HEX triplet: CB, 3A and 5A. RGB value is (203,58,90). Sum of RGB (Red+Green+Blue) = 203+58+90=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A5A is #34C5A5. Grayscale: #696969. Windows color (decimal): -3458470 or 5913291. OLE color: 5913291.

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

Color convert

RGB2035890-
CMYK00.710.560.20
HSL346.76º58.23%51.18%-
HSV(B)346.76º71.43%79.61%-
XYZ27.9916.4611.38-
YUV105119.54197.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.83%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=57.83%
G=16.52%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203589000.710.560.20346.7658.2351.18
HexCB3A5A047381415b3a33
Octal31372132010770245337263
Binary1100101111101010110100100011111100010100101011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3A5A; }

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

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

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

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

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

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

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

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