#CB224B

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

Shades of Old Rose #CB224B

Tints of Old Rose #CB224B

Color information

#CB224B (or 0xCB224B) is unknown color: approx Old Rose. HEX triplet: CB, 22 and 4B. RGB value is (203,34,75). Sum of RGB (Red+Green+Blue) = 203+34+75=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB224B is #34DDB4. Grayscale: #595959. Windows color (decimal): -3464629 or 4924107. OLE color: 4924107.

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

Color convert

RGB2033475-
CMYK00.830.630.20
HSL345.44º71.31%46.47%-
HSV(B)345.44º83.25%79.61%-
XYZ26.4714.358.03-
YUV89.2119.99209.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=65.06%
G=10.90%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203347500.830.630.20345.4471.3146.47
HexCB224B0533F14159472e
Octal313421130123772453110756
Binary11001011100010100101101010011111111101001010110011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB224B; }

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

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

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

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

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

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

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

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