Html Css Color HEX #C03265 Rouge

📋 copy color: '#C03265'

red 192 ◦ green 50 ◦ blue 101

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

Shades of Rouge #C03265

Tints of Rouge #C03265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 55.98%
G = 14.58%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03265 (or 0xC03265) is known color: Rouge. HEX triplet: C0, 32 and 65. RGB value is (192,50,101). Sum of RGB (Red+Green+Blue) = 192+50+101=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03265 is #3FCD9A. Grayscale: #626262. Windows color (decimal): -4181403 or 6632128. OLE color: 6632128.

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

Color convert

RGB 192 50 101 -
CMYK 0 0.74 0.47 0.25
HSL 338.45º 0.59% 0.47% -
HSV(B) 338.45º 0.74% 0.75% -
XYZ 25.23 14.43 13.77 -
YUV 98.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 192 50 101 0 0.74 0.47 0.25 338.45 0.59 0.47
Hex C0 32 65 0 4A 2F 19 152 3B 2F
Octal 300 62 145 0 112 57 31 522 73 57
Binary 11000000 110010 1100101 0 1001010 101111 11001 101010010 111011 101111

Color Harmonies of #C03265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03265

Black with #C03265

Text Example


Text Example

White with #C03265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03265; }

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

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

background-color css

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

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

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

border-color css

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

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

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