Html Css Color HEX #C03464 Rouge

📋 copy color: '#C03464'

red 192 ◦ green 52 ◦ blue 100

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

Shades of Rouge #C03464

Tints of Rouge #C03464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 55.81%
G = 15.12%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C03464 (or 0xC03464) is known color: Rouge. HEX triplet: C0, 34 and 64. RGB value is (192,52,100). Sum of RGB (Red+Green+Blue) = 192+52+100=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03464 is #3FCB9B. Grayscale: #636363. Windows color (decimal): -4180892 or 6567104. OLE color: 6567104.

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

Color convert

RGB 192 52 100 -
CMYK 0 0.73 0.48 0.25
HSL 339.43º 0.57% 0.48% -
HSV(B) 339.43º 0.73% 0.75% -
XYZ 25.27 14.58 13.54 -
YUV 99.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 192 52 100 0 0.73 0.48 0.25 339.43 0.57 0.48
Hex C0 34 64 0 49 30 19 153 39 30
Octal 300 64 144 0 111 60 31 523 71 60
Binary 11000000 110100 1100100 0 1001001 110000 11001 101010011 111001 110000

Color Harmonies of #C03464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03464

Black with #C03464

Text Example


Text Example

White with #C03464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03464; }

 p { color: rgb(192,52,100); }

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

background-color css

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

 a { background-color: rgb(192,52,100); }

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

border-color css

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

 span { border-color: rgb(192,52,100); }

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