Html Css Color HEX #C03663 Rouge

📋 copy color: '#C03663'

red 192 ◦ green 54 ◦ blue 99

#C03663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #C03663

Tints of Rouge #C03663

RGB

 RED value IS 192 (75.39% from 255) = 55.65%

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 55.65%
G = 15.65%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C03663 (or 0xC03663) is known color: Rouge. HEX triplet: C0, 36 and 63. RGB value is (192,54,99). Sum of RGB (Red+Green+Blue) = 192+54+99=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03663 is #3FC99C. Grayscale: #646464. Windows color (decimal): -4180381 or 6502080. OLE color: 6502080.

HSL color Cylindrical-coordinate representation of color #C03663: hue angle of 340.43º degrees, saturation: 0.56, 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 #C03663 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 99 -
CMYK 0 0.72 0.48 0.25
HSL 340.43º 0.56% 0.48% -
HSV(B) 340.43º 0.72% 0.75% -
XYZ 25.31 14.75 13.32 -
YUV 100.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 192 54 99 0 0.72 0.48 0.25 340.43 0.56 0.48
Hex C0 36 63 0 48 30 19 154 38 30
Octal 300 66 143 0 110 60 31 524 70 60
Binary 11000000 110110 1100011 0 1001000 110000 11001 101010100 111000 110000

Color Harmonies of #C03663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03663

Black with #C03663

Text Example


Text Example

White with #C03663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03663; }

 p { color: rgb(192,54,99); }

 H1.HeaderClassName
 {
   color: #C03663;
 }
 .AnyTagClassName
 {
   color: #C03663;
 }
</style>

background-color css

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

 a { background-color: rgb(192,54,99); }

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

border-color css

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

 span { border-color: rgb(192,54,99); }

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