#CB345B

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

Shades of Old Rose #CB345B

Tints of Old Rose #CB345B

Color information

#CB345B (or 0xCB345B) is unknown color: approx Old Rose. HEX triplet: CB, 34 and 5B. RGB value is (203,52,91). Sum of RGB (Red+Green+Blue) = 203+52+91=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB345B is #34CBA4. Grayscale: #656565. Windows color (decimal): -3460005 or 5977291. OLE color: 5977291.

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

Color convert

RGB2035291-
CMYK00.740.550.20
HSL344.5º59.22%50%-
HSV(B)344.5º74.38%79.61%-
XYZ27.7415.9111.51-
YUV101.59122.03200.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=58.67%
G=15.03%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203529100.740.550.20344.559.2250
HexCB345B04A37141593b32
Octal31364133011267245317362
Binary1100101111010010110110100101011011110100101011001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB345B; }

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

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

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

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

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

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

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

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