#CB1D53

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

Shades of Old Rose #CB1D53

Tints of Old Rose #CB1D53

Color information

#CB1D53 (or 0xCB1D53) is unknown color: approx Old Rose. HEX triplet: CB, 1D and 53. RGB value is (203,29,83). Sum of RGB (Red+Green+Blue) = 203+29+83=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D53 is #34E2AC. Grayscale: #575757. Windows color (decimal): -3465901 or 5447115. OLE color: 5447115.

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

Color convert

RGB2032983-
CMYK00.860.590.20
HSL341.38º75%45.49%-
HSV(B)341.38º85.71%79.61%-
XYZ26.6314.29.52-
YUV87.18125.65210.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=64.44%
G=9.21%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203298300.860.590.20341.387545.49
HexCB1D530563B141554b2d
Octal313351230126732452511355
Binary1100101111101101001101010110111011101001010101011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D53; }

 p { color: rgb(203,29,83); }

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

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

 a { background-color: rgb(203,29,83); }

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

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

 span { border-color: rgb(203,29,83); }

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