#CB2E58

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

Shades of Old Rose #CB2E58

Tints of Old Rose #CB2E58

Color information

#CB2E58 (or 0xCB2E58) is unknown color: approx Old Rose. HEX triplet: CB, 2E and 58. RGB value is (203,46,88). Sum of RGB (Red+Green+Blue) = 203+46+88=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E58 is #34D1A7. Grayscale: #616161. Windows color (decimal): -3461544 or 5779147. OLE color: 5779147.

HSL color Cylindrical-coordinate representation of color #CB2E58: hue angle of 343.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E58 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2034688-
CMYK00.770.570.20
HSL343.95º63.05%48.82%-
HSV(B)343.95º77.34%79.61%-
XYZ27.3715.3610.75-
YUV97.73122.51203.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=60.24%
G=13.65%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203468800.770.570.20343.9563.0548.82
HexCB2E5804D39141583f31
Octal31356130011571245307761
Binary1100101110111010110000100110111100110100101011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E58; }

 p { color: rgb(203,46,88); }

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

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

 a { background-color: rgb(203,46,88); }

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

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

 span { border-color: rgb(203,46,88); }

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