#C0374A

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

Shades of Old Rose #C0374A

Tints of Old Rose #C0374A

Color information

#C0374A (or 0xC0374A) is unknown color: approx Old Rose. HEX triplet: C0, 37 and 4A. RGB value is (192,55,74). Sum of RGB (Red+Green+Blue) = 192+55+74=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0374A is #3FC8B5. Grayscale: #626262. Windows color (decimal): -4180150 or 4863936. OLE color: 4863936.

HSL color Cylindrical-coordinate representation of color #C0374A: hue angle of 351.68º 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 #C0374A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1925574-
CMYK00.710.610.25
HSL351.68º55.47%48.43%-
HSV(B)351.68º71.35%75.29%-
XYZ24.3414.437.98-
YUV98.13114.39194.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=59.81%
G=17.13%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192557400.710.610.25351.6855.4748.43
HexC0374A0473D191603730
Octal30067112010775315406760
Binary1100000011011110010100100011111110111001101100000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0374A; }

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

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

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

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

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

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

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

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