#CB345A

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

Shades of Old Rose #CB345A

Tints of Old Rose #CB345A

Color information

#CB345A (or 0xCB345A) is unknown color: approx Old Rose. HEX triplet: CB, 34 and 5A. RGB value is (203,52,90). Sum of RGB (Red+Green+Blue) = 203+52+90=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB345A is #34CBA5. Grayscale: #656565. Windows color (decimal): -3460006 or 5911755. OLE color: 5911755.

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

Color convert

RGB2035290-
CMYK00.740.560.20
HSL344.9º59.22%50%-
HSV(B)344.9º74.38%79.61%-
XYZ27.715.8911.28-
YUV101.48121.53200.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=58.84%
G=15.07%
B=26.09%

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
Decimal203529000.740.560.20344.959.2250
HexCB345A04A38141593b32
Octal31364132011270245317362
Binary1100101111010010110100100101011100010100101011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB345A; }

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

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

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

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

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

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

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

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