Html Css Color HEX #C0306A Rouge

📋 copy color: '#C0306A'

red 192 ◦ green 48 ◦ blue 106

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

Shades of Rouge #C0306A

Tints of Rouge #C0306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 55.49%
G = 13.87%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0306A (or 0xC0306A) is known color: Rouge. HEX triplet: C0, 30 and 6A. RGB value is (192,48,106). Sum of RGB (Red+Green+Blue) = 192+48+106=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C0306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0306A is #3FCF95. Grayscale: #616161. Windows color (decimal): -4181910 or 6959296. OLE color: 6959296.

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

Color convert

RGB 192 48 106 -
CMYK 0 0.75 0.45 0.25
HSL 335.83º 0.6% 0.47% -
HSV(B) 335.83º 0.75% 0.75% -
XYZ 25.4 14.36 15.07 -
YUV 97.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 192 48 106 0 0.75 0.45 0.25 335.83 0.6 0.47
Hex C0 30 6A 0 4B 2D 19 150 3C 2F
Octal 300 60 152 0 113 55 31 520 74 57
Binary 11000000 110000 1101010 0 1001011 101101 11001 101010000 111100 101111

Color Harmonies of #C0306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0306A

Black with #C0306A

Text Example


Text Example

White with #C0306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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