#C22362

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

Shades of Old Rose #C22362

Tints of Old Rose #C22362

Color information

#C22362 (or 0xC22362) is unknown color: approx Old Rose. HEX triplet: C2, 23 and 62. RGB value is (194,35,98). Sum of RGB (Red+Green+Blue) = 194+35+98=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C22362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22362 is #3DDC9D. Grayscale: #595959. Windows color (decimal): -4054174 or 6431682. OLE color: 6431682.

HSL color Cylindrical-coordinate representation of color #C22362: hue angle of 336.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22362 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1943598-
CMYK00.820.490.24
HSL336.23º69.43%44.9%-
HSV(B)336.23º81.96%76.08%-
XYZ25.0513.5512.85-
YUV89.72132.68202.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=59.33%
G=10.70%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194359800.820.490.24336.2369.4344.9
HexC223620523118150452d
Octal302431420122613052010555
Binary11000010100011110001001010010110001110001010100001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22362; }

 p { color: rgb(194,35,98); }

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

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

 a { background-color: rgb(194,35,98); }

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

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

 span { border-color: rgb(194,35,98); }

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