#CB2953

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

Shades of Old Rose #CB2953

Tints of Old Rose #CB2953

Color information

#CB2953 (or 0xCB2953) is unknown color: approx Old Rose. HEX triplet: CB, 29 and 53. RGB value is (203,41,83). Sum of RGB (Red+Green+Blue) = 203+41+83=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2953 is #34D6AC. Grayscale: #5E5E5E. Windows color (decimal): -3462829 or 5450187. OLE color: 5450187.

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

Color convert

RGB2034183-
CMYK00.800.590.20
HSL344.44º66.39%47.84%-
HSV(B)344.44º79.8%79.61%-
XYZ26.9814.919.64-
YUV94.23121.67205.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=62.08%
G=12.54%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203418300.800.590.20344.4466.3947.84
HexCB29530503B141584230
Octal313511230120732453010260
Binary11001011101001101001101010000111011101001010110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2953; }

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

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

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

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

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

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

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

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