#C02651

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

Shades of Old Rose #C02651

Tints of Old Rose #C02651

Color information

#C02651 (or 0xC02651) is unknown color: approx Old Rose. HEX triplet: C0, 26 and 51. RGB value is (192,38,81). Sum of RGB (Red+Green+Blue) = 192+38+81=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02651 is #3FD9AE. Grayscale: #585858. Windows color (decimal): -4184495 or 5318336. OLE color: 5318336.

HSL color Cylindrical-coordinate representation of color #C02651: hue angle of 343.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02651 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1923881-
CMYK00.800.580.25
HSL343.25º66.96%45.1%-
HSV(B)343.25º80.21%75.29%-
XYZ23.9213.199.07-
YUV88.95123.52201.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=61.74%
G=12.22%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192388100.800.580.25343.2566.9645.1
HexC026510503A19157432d
Octal300461210120723152710355
Binary11000000100110101000101010000111010110011010101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02651; }

 p { color: rgb(192,38,81); }

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

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

 a { background-color: rgb(192,38,81); }

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

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

 span { border-color: rgb(192,38,81); }

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