#CB224A

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

Shades of Old Rose #CB224A

Tints of Old Rose #CB224A

Color information

#CB224A (or 0xCB224A) is unknown color: approx Old Rose. HEX triplet: CB, 22 and 4A. RGB value is (203,34,74). Sum of RGB (Red+Green+Blue) = 203+34+74=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB224A is #34DDB5. Grayscale: #595959. Windows color (decimal): -3464630 or 4858571. OLE color: 4858571.

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

Color convert

RGB2033474-
CMYK00.830.640.20
HSL345.8º71.31%46.47%-
HSV(B)345.8º83.25%79.61%-
XYZ26.4414.337.85-
YUV89.09119.49209.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.27%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=65.27%
G=10.93%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203347400.830.640.20345.871.3146.47
HexCB224A053401415a472e
Octal3134211201231002453210756
Binary110010111000101001010010100111000000101001010110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB224A; }

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

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

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

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

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

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

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

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