#C7334B

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

Shades of Old Rose #C7334B

Tints of Old Rose #C7334B

Color information

#C7334B (or 0xC7334B) is unknown color: approx Old Rose. HEX triplet: C7, 33 and 4B. RGB value is (199,51,75). Sum of RGB (Red+Green+Blue) = 199+51+75=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7334B is #38CCB4. Grayscale: #626262. Windows color (decimal): -3722421 or 4928455. OLE color: 4928455.

HSL color Cylindrical-coordinate representation of color #C7334B: hue angle of 350.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7334B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1995175-
CMYK00.740.620.22
HSL350.27º59.2%49.02%-
HSV(B)350.27º74.37%78.04%-
XYZ26.0115.028.18-
YUV97.99115.03200.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.23%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=61.23%
G=15.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199517500.740.620.22350.2759.249.02
HexC7334B04A3E1615e3b31
Octal30763113011276265367361
Binary1100011111001110010110100101011111010110101011110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7334B; }

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

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

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

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

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

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

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

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