Html Css Color HEX #C03165 Rouge

📋 copy color: '#C03165'

red 192 ◦ green 49 ◦ blue 101

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

Shades of Rouge #C03165

Tints of Rouge #C03165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 56.14%
G = 14.33%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03165 (or 0xC03165) is known color: Rouge. HEX triplet: C0, 31 and 65. RGB value is (192,49,101). Sum of RGB (Red+Green+Blue) = 192+49+101=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03165 is #3FCE9A. Grayscale: #616161. Windows color (decimal): -4181659 or 6631872. OLE color: 6631872.

HSL color Cylindrical-coordinate representation of color #C03165: hue angle of 338.18º 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 #C03165 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 101 -
CMYK 0 0.74 0.47 0.25
HSL 338.18º 0.59% 0.47% -
HSV(B) 338.18º 0.74% 0.75% -
XYZ 25.19 14.34 13.75 -
YUV 97.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 192 49 101 0 0.74 0.47 0.25 338.18 0.59 0.47
Hex C0 31 65 0 4A 2F 19 152 3B 2F
Octal 300 61 145 0 112 57 31 522 73 57
Binary 11000000 110001 1100101 0 1001010 101111 11001 101010010 111011 101111

Color Harmonies of #C03165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03165

Black with #C03165

Text Example


Text Example

White with #C03165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03165; }

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

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

background-color css

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

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

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

border-color css

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

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

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