#C6215C

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

Shades of Old Rose #C6215C

Tints of Old Rose #C6215C

Color information

#C6215C (or 0xC6215C) is unknown color: approx Old Rose. HEX triplet: C6, 21 and 5C. RGB value is (198,33,92). Sum of RGB (Red+Green+Blue) = 198+33+92=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215C is #39DEA3. Grayscale: #585858. Windows color (decimal): -3792548 or 6037958. OLE color: 6037958.

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

Color convert

RGB1983392-
CMYK00.830.540.22
HSL338.55º71.43%45.29%-
HSV(B)338.55º83.33%77.65%-
XYZ25.7613.8711.44-
YUV89.06129.66205.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=61.30%
G=10.22%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198339200.830.540.22338.5571.4345.29
HexC6215C0533616153472d
Octal306411340123662652310755
Binary11000110100001101110001010011110110101101010100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6215C; }

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

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

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

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

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

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

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

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