Html Css Color HEX #C03168 Rouge

📋 copy color: '#C03168'

red 192 ◦ green 49 ◦ blue 104

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

Shades of Rouge #C03168

Tints of Rouge #C03168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 55.65%
G = 14.2%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03168 (or 0xC03168) is known color: Rouge. HEX triplet: C0, 31 and 68. RGB value is (192,49,104). Sum of RGB (Red+Green+Blue) = 192+49+104=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03168 is #3FCE97. Grayscale: #616161. Windows color (decimal): -4181656 or 6828480. OLE color: 6828480.

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

Color convert

RGB 192 49 104 -
CMYK 0 0.74 0.46 0.25
HSL 336.92º 0.59% 0.47% -
HSV(B) 336.92º 0.74% 0.75% -
XYZ 25.34 14.4 14.54 -
YUV 98.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 192 49 104 0 0.74 0.46 0.25 336.92 0.59 0.47
Hex C0 31 68 0 4A 2E 19 151 3B 2F
Octal 300 61 150 0 112 56 31 521 73 57
Binary 11000000 110001 1101000 0 1001010 101110 11001 101010001 111011 101111

Color Harmonies of #C03168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03168

Black with #C03168

Text Example


Text Example

White with #C03168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03168; }

 p { color: rgb(192,49,104); }

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

background-color css

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

 a { background-color: rgb(192,49,104); }

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

border-color css

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

 span { border-color: rgb(192,49,104); }

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