#CB385A

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

Shades of Old Rose #CB385A

Tints of Old Rose #CB385A

Color information

#CB385A (or 0xCB385A) is unknown color: approx Old Rose. HEX triplet: CB, 38 and 5A. RGB value is (203,56,90). Sum of RGB (Red+Green+Blue) = 203+56+90=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385A is #34C7A5. Grayscale: #676767. Windows color (decimal): -3458982 or 5912779. OLE color: 5912779.

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

Color convert

RGB2035690-
CMYK00.720.560.20
HSL346.12º58.57%50.78%-
HSV(B)346.12º72.41%79.61%-
XYZ27.8916.2611.34-
YUV103.83120.2198.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=58.17%
G=16.05%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203569000.720.560.20346.1258.5750.78
HexCB385A048381415a3b33
Octal31370132011070245327363
Binary1100101111100010110100100100011100010100101011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB385A; }

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

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

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

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

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

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

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

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