Html Css Color HEX #C03065 Rouge

📋 copy color: '#C03065'

red 192 ◦ green 48 ◦ blue 101

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

Shades of Rouge #C03065

Tints of Rouge #C03065

RGB

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

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

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

R = 56.3%
G = 14.08%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03065 (or 0xC03065) is known color: Rouge. HEX triplet: C0, 30 and 65. RGB value is (192,48,101). Sum of RGB (Red+Green+Blue) = 192+48+101=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03065 is #3FCF9A. Grayscale: #616161. Windows color (decimal): -4181915 or 6631616. OLE color: 6631616.

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

Color convert

RGB 192 48 101 -
CMYK 0 0.75 0.47 0.25
HSL 337.92º 0.6% 0.47% -
HSV(B) 337.92º 0.75% 0.75% -
XYZ 25.14 14.26 13.74 -
YUV 97.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 192 48 101 0 0.75 0.47 0.25 337.92 0.6 0.47
Hex C0 30 65 0 4B 2F 19 152 3C 2F
Octal 300 60 145 0 113 57 31 522 74 57
Binary 11000000 110000 1100101 0 1001011 101111 11001 101010010 111100 101111

Color Harmonies of #C03065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03065

Black with #C03065

Text Example


Text Example

White with #C03065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03065; }

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

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

background-color css

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

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

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

border-color css

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

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

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