#C02C61

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

Shades of Old Rose #C02C61

Tints of Old Rose #C02C61

Color information

#C02C61 (or 0xC02C61) is unknown color: approx Old Rose. HEX triplet: C0, 2C and 61. RGB value is (192,44,97). Sum of RGB (Red+Green+Blue) = 192+44+97=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C61 is #3FD39E. Grayscale: #5E5E5E. Windows color (decimal): -4182943 or 6368448. OLE color: 6368448.

HSL color Cylindrical-coordinate representation of color #C02C61: hue angle of 338.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C61 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1924497-
CMYK00.770.490.25
HSL338.51º62.71%46.27%-
HSV(B)338.51º77.08%75.29%-
XYZ24.813.8712.68-
YUV94.29129.53197.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 44 (17.58% from 255) = 13.21%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=57.66%
G=13.21%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192449700.770.490.25338.5162.7146.27
HexC02C6104D31191533f2e
Octal30054141011561315237756
Binary1100000010110011000010100110111000111001101010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C61; }

 p { color: rgb(192,44,97); }

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

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

 a { background-color: rgb(192,44,97); }

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

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

 span { border-color: rgb(192,44,97); }

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