#CB3658

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

Shades of Old Rose #CB3658

Tints of Old Rose #CB3658

Color information

#CB3658 (or 0xCB3658) is unknown color: approx Old Rose. HEX triplet: CB, 36 and 58. RGB value is (203,54,88). Sum of RGB (Red+Green+Blue) = 203+54+88=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3658 is #34C9A7. Grayscale: #666666. Windows color (decimal): -3459496 or 5781195. OLE color: 5781195.

HSL color Cylindrical-coordinate representation of color #CB3658: hue angle of 346.31º 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 #CB3658 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2035488-
CMYK00.730.570.20
HSL346.31º58.89%50.39%-
HSV(B)346.31º73.4%79.61%-
XYZ27.7116.0410.87-
YUV102.43119.86199.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=58.84%
G=15.65%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203548800.730.570.20346.3158.8950.39
HexCB3658049391415a3b32
Octal31366130011171245327362
Binary1100101111011010110000100100111100110100101011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3658; }

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

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

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

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

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

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

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

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