#CB2E56

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

Shades of Old Rose #CB2E56

Tints of Old Rose #CB2E56

Color information

#CB2E56 (or 0xCB2E56) is unknown color: approx Old Rose. HEX triplet: CB, 2E and 56. RGB value is (203,46,86). Sum of RGB (Red+Green+Blue) = 203+46+86=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E56 is #34D1A9. Grayscale: #616161. Windows color (decimal): -3461546 or 5648075. OLE color: 5648075.

HSL color Cylindrical-coordinate representation of color #CB2E56: hue angle of 344.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E56 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2034686-
CMYK00.770.580.20
HSL344.71º63.05%48.82%-
HSV(B)344.71º77.34%79.61%-
XYZ27.2915.3210.32-
YUV97.5121.51203.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=60.60%
G=13.73%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203468600.770.580.20344.7163.0548.82
HexCB2E5604D3A141593f31
Octal31356126011572245317761
Binary1100101110111010101100100110111101010100101011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E56; }

 p { color: rgb(203,46,86); }

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

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

 a { background-color: rgb(203,46,86); }

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

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

 span { border-color: rgb(203,46,86); }

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