#CB365A

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

Shades of Old Rose #CB365A

Tints of Old Rose #CB365A

Color information

#CB365A (or 0xCB365A) is unknown color: approx Old Rose. HEX triplet: CB, 36 and 5A. RGB value is (203,54,90). Sum of RGB (Red+Green+Blue) = 203+54+90=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB365A is #34C9A5. Grayscale: #666666. Windows color (decimal): -3459494 or 5912267. OLE color: 5912267.

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

Color convert

RGB2035490-
CMYK00.730.560.20
HSL345.5º58.89%50.39%-
HSV(B)345.5º73.4%79.61%-
XYZ27.7916.0711.31-
YUV102.66120.86199.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=58.50%
G=15.56%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203549000.730.560.20345.558.8950.39
HexCB365A049381415a3b32
Octal31366132011170245327362
Binary1100101111011010110100100100111100010100101011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB365A; }

 p { color: rgb(203,54,90); }

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

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

 a { background-color: rgb(203,54,90); }

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

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

 span { border-color: rgb(203,54,90); }

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