Html Css Color HEX #C03965 Rouge

📋 copy color: '#C03965'

red 192 ◦ green 57 ◦ blue 101

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

Shades of Rouge #C03965

Tints of Rouge #C03965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 54.86%
G = 16.29%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03965 (or 0xC03965) is known color: Rouge. HEX triplet: C0, 39 and 65. RGB value is (192,57,101). Sum of RGB (Red+Green+Blue) = 192+57+101=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C03965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03965 is #3FC69A. Grayscale: #666666. Windows color (decimal): -4179611 or 6633920. OLE color: 6633920.

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

Color convert

RGB 192 57 101 -
CMYK 0 0.70 0.47 0.25
HSL 340.44º 0.54% 0.49% -
HSV(B) 340.44º 0.7% 0.75% -
XYZ 25.55 15.07 13.87 -
YUV 102.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 192 57 101 0 0.70 0.47 0.25 340.44 0.54 0.49
Hex C0 39 65 0 46 2F 19 154 36 31
Octal 300 71 145 0 106 57 31 524 66 61
Binary 11000000 111001 1100101 0 1000110 101111 11001 101010100 110110 110001

Color Harmonies of #C03965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03965

Black with #C03965

Text Example


Text Example

White with #C03965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03965; }

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

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

background-color css

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

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

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

border-color css

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

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

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