#c03567

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

Shades of Rouge #C03567

Tints of Rouge #C03567

Color information

#C03567 (or 0xC03567) is unknown color: approx Rouge. HEX triplet: C0, 35 and 67. RGB value is (192,53,103). Sum of RGB (Red+Green+Blue) = 192+53+103=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C03567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03567 is #3FCA98. Grayscale: #646464. Windows color (decimal): -4180633 or 6763968. OLE color: 6763968.

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

Color convert

RGB19253103-
CMYK00.720.460.25
HSL338.42º56.73%48.04%-
HSV(B)338.42º72.4%75.29%-
XYZ25.4614.7314.33-
YUV100.26129.55193.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=55.17%
G=15.23%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925310300.720.460.25338.4256.7348.04
HexC035670482E191523930
Octal30065147011056315227160
Binary1100000011010111001110100100010111011001101010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03567; }

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

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

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

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

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

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

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

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