#C0434B

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

Shades of Old Rose #C0434B

Tints of Old Rose #C0434B

Color information

#C0434B (or 0xC0434B) is unknown color: approx Old Rose. HEX triplet: C0, 43 and 4B. RGB value is (192,67,75). Sum of RGB (Red+Green+Blue) = 192+67+75=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0434B is #3FBCB4. Grayscale: #696969. Windows color (decimal): -4177077 or 4932544. OLE color: 4932544.

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

Color convert

RGB1926775-
CMYK00.650.610.25
HSL356.16º49.8%50.78%-
HSV(B)356.16º65.1%75.29%-
XYZ25.0215.738.37-
YUV105.29110.91189.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=57.49%
G=20.06%
B=22.46%

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
Decimal192677500.650.610.25356.1649.850.78
HexC0434B0413D191643233
Octal300103113010175315446263
Binary11000000100001110010110100000111110111001101100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0434B; }

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

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

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

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

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

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

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

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