Html Css Color HEX #C0346A Rouge

📋 copy color: '#C0346A'

red 192 ◦ green 52 ◦ blue 106

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

Shades of Rouge #C0346A

Tints of Rouge #C0346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 54.86%
G = 14.86%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0346A (or 0xC0346A) is known color: Rouge. HEX triplet: C0, 34 and 6A. RGB value is (192,52,106). Sum of RGB (Red+Green+Blue) = 192+52+106=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0346A is #3FCB95. Grayscale: #636363. Windows color (decimal): -4180886 or 6960320. OLE color: 6960320.

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

Color convert

RGB 192 52 106 -
CMYK 0 0.73 0.45 0.25
HSL 336.86º 0.57% 0.48% -
HSV(B) 336.86º 0.73% 0.75% -
XYZ 25.57 14.7 15.13 -
YUV 100.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 192 52 106 0 0.73 0.45 0.25 336.86 0.57 0.48
Hex C0 34 6A 0 49 2D 19 151 39 30
Octal 300 64 152 0 111 55 31 521 71 60
Binary 11000000 110100 1101010 0 1001001 101101 11001 101010001 111001 110000

Color Harmonies of #C0346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0346A

Black with #C0346A

Text Example


Text Example

White with #C0346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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