#C0334B

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

Shades of Old Rose #C0334B

Tints of Old Rose #C0334B

Color information

#C0334B (or 0xC0334B) is unknown color: approx Old Rose. HEX triplet: C0, 33 and 4B. RGB value is (192,51,75). Sum of RGB (Red+Green+Blue) = 192+51+75=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0334B is #3FCCB4. Grayscale: #5F5F5F. Windows color (decimal): -4181173 or 4928448. OLE color: 4928448.

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

Color convert

RGB1925175-
CMYK00.730.610.25
HSL349.79º58.02%47.65%-
HSV(B)349.79º73.44%75.29%-
XYZ24.1914.088.1-
YUV95.9116.21196.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.38%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=60.38%
G=16.04%
B=23.58%

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
Decimal192517500.730.610.25349.7958.0247.65
HexC0334B0493D1915e3a30
Octal30063113011175315367260
Binary1100000011001110010110100100111110111001101011110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0334B; }

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

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

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

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

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

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

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

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