#CB225B

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

Shades of Old Rose #CB225B

Tints of Old Rose #CB225B

Color information

#CB225B (or 0xCB225B) is unknown color: approx Old Rose. HEX triplet: CB, 22 and 5B. RGB value is (203,34,91). Sum of RGB (Red+Green+Blue) = 203+34+91=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB225B is #34DDA4. Grayscale: #5A5A5A. Windows color (decimal): -3464613 or 5972683. OLE color: 5972683.

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

Color convert

RGB2033491-
CMYK00.830.550.20
HSL339.76º71.31%46.47%-
HSV(B)339.76º83.25%79.61%-
XYZ27.0914.611.29-
YUV91.03127.99207.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.89%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=61.89%
G=10.37%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203349100.830.550.20339.7671.3146.47
HexCB225B0533714154472e
Octal313421330123672452410756
Binary11001011100010101101101010011110111101001010101001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB225B; }

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

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

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

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

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

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

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

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