Html Css Color HEX #C0306B Rouge

📋 copy color: '#C0306B'

red 192 ◦ green 48 ◦ blue 107

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

Shades of Rouge #C0306B

Tints of Rouge #C0306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 55.33%
G = 13.83%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0306B (or 0xC0306B) is known color: Rouge. HEX triplet: C0, 30 and 6B. RGB value is (192,48,107). Sum of RGB (Red+Green+Blue) = 192+48+107=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0306B is #3FCF94. Grayscale: #616161. Windows color (decimal): -4181909 or 7024832. OLE color: 7024832.

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

Color convert

RGB 192 48 107 -
CMYK 0 0.75 0.44 0.25
HSL 335.42º 0.6% 0.47% -
HSV(B) 335.42º 0.75% 0.75% -
XYZ 25.45 14.38 15.34 -
YUV 97.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 192 48 107 0 0.75 0.44 0.25 335.42 0.6 0.47
Hex C0 30 6B 0 4B 2C 19 14F 3C 2F
Octal 300 60 153 0 113 54 31 517 74 57
Binary 11000000 110000 1101011 0 1001011 101100 11001 101001111 111100 101111

Color Harmonies of #C0306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0306B

Black with #C0306B

Text Example


Text Example

White with #C0306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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