Html Css Color HEX #C03069 Rouge

📋 copy color: '#C03069'

red 192 ◦ green 48 ◦ blue 105

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

Shades of Rouge #C03069

Tints of Rouge #C03069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 55.65%
G = 13.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C03069 (or 0xC03069) is known color: Rouge. HEX triplet: C0, 30 and 69. RGB value is (192,48,105). Sum of RGB (Red+Green+Blue) = 192+48+105=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03069 is #3FCF96. Grayscale: #616161. Windows color (decimal): -4181911 or 6893760. OLE color: 6893760.

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

Color convert

RGB 192 48 105 -
CMYK 0 0.75 0.45 0.25
HSL 336.25º 0.6% 0.47% -
HSV(B) 336.25º 0.75% 0.75% -
XYZ 25.34 14.34 14.8 -
YUV 97.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 192 48 105 0 0.75 0.45 0.25 336.25 0.6 0.47
Hex C0 30 69 0 4B 2D 19 150 3C 2F
Octal 300 60 151 0 113 55 31 520 74 57
Binary 11000000 110000 1101001 0 1001011 101101 11001 101010000 111100 101111

Color Harmonies of #C03069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03069

Black with #C03069

Text Example


Text Example

White with #C03069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03069; }

 p { color: rgb(192,48,105); }

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

background-color css

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

 a { background-color: rgb(192,48,105); }

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

border-color css

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

 span { border-color: rgb(192,48,105); }

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