Html Css Color HEX #C03B62 Rouge

📋 copy color: '#C03B62'

red 192 ◦ green 59 ◦ blue 98

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

Shades of Rouge #C03B62

Tints of Rouge #C03B62

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.91%

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 55.01%
G = 16.91%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03B62 (or 0xC03B62) is known color: Rouge. HEX triplet: C0, 3B and 62. RGB value is (192,59,98). Sum of RGB (Red+Green+Blue) = 192+59+98=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B62 is #3FC49D. Grayscale: #676767. Windows color (decimal): -4179102 or 6437824. OLE color: 6437824.

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

Color convert

RGB 192 59 98 -
CMYK 0 0.69 0.49 0.25
HSL 342.41º 0.53% 0.49% -
HSV(B) 342.41º 0.69% 0.75% -
XYZ 25.51 15.22 13.15 -
YUV 103.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 192 59 98 0 0.69 0.49 0.25 342.41 0.53 0.49
Hex C0 3B 62 0 45 31 19 156 35 31
Octal 300 73 142 0 105 61 31 526 65 61
Binary 11000000 111011 1100010 0 1000101 110001 11001 101010110 110101 110001

Color Harmonies of #C03B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B62

Black with #C03B62

Text Example


Text Example

White with #C03B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B62; }

 p { color: rgb(192,59,98); }

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

background-color css

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

 a { background-color: rgb(192,59,98); }

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

border-color css

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

 span { border-color: rgb(192,59,98); }

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