Html Css Color HEX #C03565 Rouge

📋 copy color: '#C03565'

red 192 ◦ green 53 ◦ blue 101

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

Shades of Rouge #C03565

Tints of Rouge #C03565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

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

R = 55.49%
G = 15.32%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03565 (or 0xC03565) is known color: Rouge. HEX triplet: C0, 35 and 65. RGB value is (192,53,101). Sum of RGB (Red+Green+Blue) = 192+53+101=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03565 is #3FCA9A. Grayscale: #636363. Windows color (decimal): -4180635 or 6632896. OLE color: 6632896.

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

Color convert

RGB 192 53 101 -
CMYK 0 0.72 0.47 0.25
HSL 339.28º 0.57% 0.48% -
HSV(B) 339.28º 0.72% 0.75% -
XYZ 25.36 14.69 13.81 -
YUV 100.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 192 53 101 0 0.72 0.47 0.25 339.28 0.57 0.48
Hex C0 35 65 0 48 2F 19 153 39 30
Octal 300 65 145 0 110 57 31 523 71 60
Binary 11000000 110101 1100101 0 1001000 101111 11001 101010011 111001 110000

Color Harmonies of #C03565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03565

Black with #C03565

Text Example


Text Example

White with #C03565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03565; }

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

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

background-color css

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

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

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

border-color css

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

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

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