Html Css Color HEX #C03668 Rouge

📋 copy color: '#C03668'

red 192 ◦ green 54 ◦ blue 104

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

Shades of Rouge #C03668

Tints of Rouge #C03668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 54.86%
G = 15.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03668 (or 0xC03668) is known color: Rouge. HEX triplet: C0, 36 and 68. RGB value is (192,54,104). Sum of RGB (Red+Green+Blue) = 192+54+104=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C03668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03668 is #3FC997. Grayscale: #646464. Windows color (decimal): -4180376 or 6829760. OLE color: 6829760.

HSL color Cylindrical-coordinate representation of color #C03668: hue angle of 338.26º degrees, saturation: 0.56, 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 #C03668 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 104 -
CMYK 0 0.72 0.46 0.25
HSL 338.26º 0.56% 0.48% -
HSV(B) 338.26º 0.72% 0.75% -
XYZ 25.56 14.84 14.61 -
YUV 100.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 192 54 104 0 0.72 0.46 0.25 338.26 0.56 0.48
Hex C0 36 68 0 48 2E 19 152 38 30
Octal 300 66 150 0 110 56 31 522 70 60
Binary 11000000 110110 1101000 0 1001000 101110 11001 101010010 111000 110000

Color Harmonies of #C03668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03668

Black with #C03668

Text Example


Text Example

White with #C03668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03668; }

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

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

background-color css

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

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

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

border-color css

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

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

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