Html Css Color HEX #C03468 Rouge

📋 copy color: '#C03468'

red 192 ◦ green 52 ◦ blue 104

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

Shades of Rouge #C03468

Tints of Rouge #C03468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 55.17%
G = 14.94%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03468 (or 0xC03468) is known color: Rouge. HEX triplet: C0, 34 and 68. RGB value is (192,52,104). Sum of RGB (Red+Green+Blue) = 192+52+104=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C03468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03468 is #3FCB97. Grayscale: #636363. Windows color (decimal): -4180888 or 6829248. OLE color: 6829248.

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

Color convert

RGB 192 52 104 -
CMYK 0 0.73 0.46 0.25
HSL 337.71º 0.57% 0.48% -
HSV(B) 337.71º 0.73% 0.75% -
XYZ 25.46 14.66 14.58 -
YUV 99.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 192 52 104 0 0.73 0.46 0.25 337.71 0.57 0.48
Hex C0 34 68 0 49 2E 19 152 39 30
Octal 300 64 150 0 111 56 31 522 71 60
Binary 11000000 110100 1101000 0 1001001 101110 11001 101010010 111001 110000

Color Harmonies of #C03468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03468

Black with #C03468

Text Example


Text Example

White with #C03468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03468; }

 p { color: rgb(192,52,104); }

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

background-color css

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

 a { background-color: rgb(192,52,104); }

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

border-color css

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

 span { border-color: rgb(192,52,104); }

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