#C43062

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

Shades of Old Rose #C43062

Tints of Old Rose #C43062

Color information

#C43062 (or 0xC43062) is unknown color: approx Old Rose. HEX triplet: C4, 30 and 62. RGB value is (196,48,98). Sum of RGB (Red+Green+Blue) = 196+48+98=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C43062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43062 is #3BCF9D. Grayscale: #616161. Windows color (decimal): -3919774 or 6435012. OLE color: 6435012.

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

Color convert

RGB1964898-
CMYK00.760.50.23
HSL339.73º60.66%47.84%-
HSV(B)339.73º75.51%76.86%-
XYZ26.0314.7313.03-
YUV97.95128.03197.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=57.31%
G=14.04%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196489800.760.50.23339.7360.6647.84
HexC4306204C32171543d30
Octal30460142011462275247560
Binary1100010011000011000100100110011001010111101010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43062; }

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

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

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

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

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

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

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

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