#C6334A

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

Shades of Old Rose #C6334A

Tints of Old Rose #C6334A

Color information

#C6334A (or 0xC6334A) is unknown color: approx Old Rose. HEX triplet: C6, 33 and 4A. RGB value is (198,51,74). Sum of RGB (Red+Green+Blue) = 198+51+74=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6334A is #39CCB5. Grayscale: #616161. Windows color (decimal): -3787958 or 4862918. OLE color: 4862918.

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

Color convert

RGB1985174-
CMYK00.740.630.22
HSL350.61º59.04%48.82%-
HSV(B)350.61º74.24%77.65%-
XYZ25.7114.877.99-
YUV97.57114.7199.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=61.30%
G=15.79%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198517400.740.630.22350.6159.0448.82
HexC6334A04A3F1615f3b31
Octal30663112011277265377361
Binary1100011011001110010100100101011111110110101011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6334A; }

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

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

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

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

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

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

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

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