#C6334B

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

Shades of Old Rose #C6334B

Tints of Old Rose #C6334B

Color information

#C6334B (or 0xC6334B) is unknown color: approx Old Rose. HEX triplet: C6, 33 and 4B. RGB value is (198,51,75). Sum of RGB (Red+Green+Blue) = 198+51+75=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6334B is #39CCB4. Grayscale: #616161. Windows color (decimal): -3787957 or 4928454. OLE color: 4928454.

HSL color Cylindrical-coordinate representation of color #C6334B: hue angle of 350.2º 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 #C6334B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1985175-
CMYK00.740.620.22
HSL350.2º59.04%48.82%-
HSV(B)350.2º74.24%77.65%-
XYZ25.7414.888.17-
YUV97.69115.2199.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.11%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=61.11%
G=15.74%
B=23.15%

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
Decimal198517500.740.620.22350.259.0448.82
HexC6334B04A3E1615e3b31
Octal30663113011276265367361
Binary1100011011001110010110100101011111010110101011110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6334B; }

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

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

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

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

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

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

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

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