#C0434A

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

Shades of Old Rose #C0434A

Tints of Old Rose #C0434A

Color information

#C0434A (or 0xC0434A) is unknown color: approx Old Rose. HEX triplet: C0, 43 and 4A. RGB value is (192,67,74). Sum of RGB (Red+Green+Blue) = 192+67+74=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0434A is #3FBCB5. Grayscale: #696969. Windows color (decimal): -4177078 or 4867008. OLE color: 4867008.

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

Color convert

RGB1926774-
CMYK00.650.610.25
HSL356.64º49.8%50.78%-
HSV(B)356.64º65.1%75.29%-
XYZ24.9815.728.2-
YUV105.17110.41189.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=57.66%
G=20.12%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192677400.650.610.25356.6449.850.78
HexC0434A0413D191653233
Octal300103112010175315456263
Binary11000000100001110010100100000111110111001101100101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0434A; }

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

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

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

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

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

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

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

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