#C02B67

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

Shades of Rouge #C02B67

Tints of Rouge #C02B67

Color information

#C02B67 (or 0xC02B67) is unknown color: approx Rouge. HEX triplet: C0, 2B and 67. RGB value is (192,43,103). Sum of RGB (Red+Green+Blue) = 192+43+103=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B67 is #3FD498. Grayscale: #5E5E5E. Windows color (decimal): -4183193 or 6761408. OLE color: 6761408.

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

Color convert

RGB19243103-
CMYK00.780.460.25
HSL335.84º63.4%46.08%-
HSV(B)335.84º77.6%75.29%-
XYZ25.0513.9114.2-
YUV94.39132.86197.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 43 (17.19% from 255) = 12.72%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=56.80%
G=12.72%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924310300.780.460.25335.8463.446.08
HexC02B6704E2E191503f2e
Octal30053147011656315207756
Binary1100000010101111001110100111010111011001101010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B67; }

 p { color: rgb(192,43,103); }

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

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

 a { background-color: rgb(192,43,103); }

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

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

 span { border-color: rgb(192,43,103); }

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