#CB3450

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

Shades of Old Rose #CB3450

Tints of Old Rose #CB3450

Color information

#CB3450 (or 0xCB3450) is unknown color: approx Old Rose. HEX triplet: CB, 34 and 50. RGB value is (203,52,80). Sum of RGB (Red+Green+Blue) = 203+52+80=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3450 is #34CBAF. Grayscale: #646464. Windows color (decimal): -3460016 or 5256395. OLE color: 5256395.

HSL color Cylindrical-coordinate representation of color #CB3450: hue angle of 348.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3450 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2035280-
CMYK00.740.610.20
HSL348.87º59.22%50%-
HSV(B)348.87º74.38%79.61%-
XYZ27.315.739.19-
YUV100.34116.53201.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=60.60%
G=15.52%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203528000.740.610.20348.8759.2250
HexCB345004A3D1415d3b32
Octal31364120011275245357362
Binary1100101111010010100000100101011110110100101011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3450; }

 p { color: rgb(203,52,80); }

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

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

 a { background-color: rgb(203,52,80); }

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

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

 span { border-color: rgb(203,52,80); }

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