#CB234A

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

Shades of Old Rose #CB234A

Tints of Old Rose #CB234A

Color information

#CB234A (or 0xCB234A) is unknown color: approx Old Rose. HEX triplet: CB, 23 and 4A. RGB value is (203,35,74). Sum of RGB (Red+Green+Blue) = 203+35+74=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB234A is #34DCB5. Grayscale: #595959. Windows color (decimal): -3464374 or 4858827. OLE color: 4858827.

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

Color convert

RGB2033574-
CMYK00.830.640.20
HSL346.07º70.59%46.67%-
HSV(B)346.07º82.76%79.61%-
XYZ26.4714.397.86-
YUV89.68119.16208.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=65.06%
G=11.22%
B=23.72%

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
Decimal203357400.830.640.20346.0770.5946.67
HexCB234A053401415a472f
Octal3134311201231002453210757
Binary110010111000111001010010100111000000101001010110101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB234A; }

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

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

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

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

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

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

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

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