#C03748

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

Shades of Old Rose #C03748

Tints of Old Rose #C03748

Color information

#C03748 (or 0xC03748) is unknown color: approx Old Rose. HEX triplet: C0, 37 and 48. RGB value is (192,55,72). Sum of RGB (Red+Green+Blue) = 192+55+72=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C03748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03748 is #3FC8B7. Grayscale: #616161. Windows color (decimal): -4180152 or 4732864. OLE color: 4732864.

HSL color Cylindrical-coordinate representation of color #C03748: hue angle of 352.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03748 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1925572-
CMYK00.710.630.25
HSL352.55º55.47%48.43%-
HSV(B)352.55º71.35%75.29%-
XYZ24.2714.417.63-
YUV97.9113.39195.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.19%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=60.19%
G=17.24%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192557200.710.630.25352.5555.4748.43
HexC037480473F191613730
Octal30067110010777315416760
Binary1100000011011110010000100011111111111001101100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03748; }

 p { color: rgb(192,55,72); }

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

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

 a { background-color: rgb(192,55,72); }

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

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

 span { border-color: rgb(192,55,72); }

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