#C6215A

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

Shades of Old Rose #C6215A

Tints of Old Rose #C6215A

Color information

#C6215A (or 0xC6215A) is unknown color: approx Old Rose. HEX triplet: C6, 21 and 5A. RGB value is (198,33,90). Sum of RGB (Red+Green+Blue) = 198+33+90=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215A is #39DEA5. Grayscale: #585858. Windows color (decimal): -3792550 or 5906886. OLE color: 5906886.

HSL color Cylindrical-coordinate representation of color #C6215A: hue angle of 339.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6215A is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1983390-
CMYK00.830.550.22
HSL339.27º71.43%45.29%-
HSV(B)339.27º83.33%77.65%-
XYZ25.6813.8310.99-
YUV88.83128.66205.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=61.68%
G=10.28%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198339000.830.550.22339.2771.4345.29
HexC6215A0533716153472d
Octal306411320123672652310755
Binary11000110100001101101001010011110111101101010100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6215A; }

 p { color: rgb(198,33,90); }

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

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

 a { background-color: rgb(198,33,90); }

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

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

 span { border-color: rgb(198,33,90); }

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