#C02C69

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

Shades of Rouge #C02C69

Tints of Rouge #C02C69

Color information

#C02C69 (or 0xC02C69) is unknown color: approx Rouge. HEX triplet: C0, 2C and 69. RGB value is (192,44,105). Sum of RGB (Red+Green+Blue) = 192+44+105=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C69 is #3FD396. Grayscale: #5F5F5F. Windows color (decimal): -4182935 or 6892736. OLE color: 6892736.

HSL color Cylindrical-coordinate representation of color #C02C69: hue angle of 335.27º 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 #C02C69 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19244105-
CMYK00.770.450.25
HSL335.27º62.71%46.27%-
HSV(B)335.27º77.08%75.29%-
XYZ25.1914.0314.74-
YUV95.21133.53197.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=56.30%
G=12.90%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924410500.770.450.25335.2762.7146.27
HexC02C6904D2D1914f3f2e
Octal30054151011555315177756
Binary1100000010110011010010100110110110111001101001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C69; }

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

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

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

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

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

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

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

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