#C0334A

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

Shades of Old Rose #C0334A

Tints of Old Rose #C0334A

Color information

#C0334A (or 0xC0334A) is unknown color: approx Old Rose. HEX triplet: C0, 33 and 4A. RGB value is (192,51,74). Sum of RGB (Red+Green+Blue) = 192+51+74=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0334A is #3FCCB5. Grayscale: #5F5F5F. Windows color (decimal): -4181174 or 4862912. OLE color: 4862912.

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

Color convert

RGB1925174-
CMYK00.730.610.25
HSL350.21º58.02%47.65%-
HSV(B)350.21º73.44%75.29%-
XYZ24.1614.077.92-
YUV95.78115.71196.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.57%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=60.57%
G=16.09%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192517400.730.610.25350.2158.0247.65
HexC0334A0493D1915e3a30
Octal30063112011175315367260
Binary1100000011001110010100100100111110111001101011110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0334A; }

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

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

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

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

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

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

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

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