#C43362

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

Shades of Old Rose #C43362

Tints of Old Rose #C43362

Color information

#C43362 (or 0xC43362) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 62. RGB value is (196,51,98). Sum of RGB (Red+Green+Blue) = 196+51+98=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C43362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43362 is #3BCC9D. Grayscale: #636363. Windows color (decimal): -3919006 or 6435780. OLE color: 6435780.

HSL color Cylindrical-coordinate representation of color #C43362: hue angle of 340.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43362 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB1965198-
CMYK00.740.50.23
HSL340.55º58.7%48.43%-
HSV(B)340.55º73.98%76.86%-
XYZ26.1514.9913.07-
YUV99.71127.04196.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.81%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=56.81%
G=14.78%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196519800.740.50.23340.5558.748.43
HexC4336204A32171553b30
Octal30463142011262275257360
Binary1100010011001111000100100101011001010111101010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43362; }

 p { color: rgb(196,51,98); }

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

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

 a { background-color: rgb(196,51,98); }

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

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

 span { border-color: rgb(196,51,98); }

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