Html Css Color HEX #C03964 Rouge

📋 copy color: '#C03964'

red 192 ◦ green 57 ◦ blue 100

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

Shades of Rouge #C03964

Tints of Rouge #C03964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

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

R = 55.01%
G = 16.33%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C03964 (or 0xC03964) is known color: Rouge. HEX triplet: C0, 39 and 64. RGB value is (192,57,100). Sum of RGB (Red+Green+Blue) = 192+57+100=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C03964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03964 is #3FC69B. Grayscale: #666666. Windows color (decimal): -4179612 or 6568384. OLE color: 6568384.

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

Color convert

RGB 192 57 100 -
CMYK 0 0.70 0.48 0.25
HSL 340.89º 0.54% 0.49% -
HSV(B) 340.89º 0.7% 0.75% -
XYZ 25.5 15.05 13.62 -
YUV 102.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 192 57 100 0 0.70 0.48 0.25 340.89 0.54 0.49
Hex C0 39 64 0 46 30 19 155 36 31
Octal 300 71 144 0 106 60 31 525 66 61
Binary 11000000 111001 1100100 0 1000110 110000 11001 101010101 110110 110001

Color Harmonies of #C03964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03964

Black with #C03964

Text Example


Text Example

White with #C03964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03964; }

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

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

background-color css

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

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

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

border-color css

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

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

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