#CB3854

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

Shades of Old Rose #CB3854

Tints of Old Rose #CB3854

Color information

#CB3854 (or 0xCB3854) is unknown color: approx Old Rose. HEX triplet: CB, 38 and 54. RGB value is (203,56,84). Sum of RGB (Red+Green+Blue) = 203+56+84=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3854 is #34C7AB. Grayscale: #676767. Windows color (decimal): -3458988 or 5519563. OLE color: 5519563.

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

Color convert

RGB2035684-
CMYK00.720.590.20
HSL348.57º58.57%50.78%-
HSV(B)348.57º72.41%79.61%-
XYZ27.6416.1610.05-
YUV103.14117.2199.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=59.18%
G=16.33%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203568400.720.590.20348.5758.5750.78
HexCB38540483B1415d3b33
Octal31370124011073245357363
Binary1100101111100010101000100100011101110100101011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3854; }

 p { color: rgb(203,56,84); }

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

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

 a { background-color: rgb(203,56,84); }

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

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

 span { border-color: rgb(203,56,84); }

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