Html Css Color HEX #C03268 Rouge

📋 copy color: '#C03268'

red 192 ◦ green 50 ◦ blue 104

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

Shades of Rouge #C03268

Tints of Rouge #C03268

RGB

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

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

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

R = 55.49%
G = 14.45%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03268 (or 0xC03268) is known color: Rouge. HEX triplet: C0, 32 and 68. RGB value is (192,50,104). Sum of RGB (Red+Green+Blue) = 192+50+104=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03268 is #3FCD97. Grayscale: #626262. Windows color (decimal): -4181400 or 6828736. OLE color: 6828736.

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

Color convert

RGB 192 50 104 -
CMYK 0 0.74 0.46 0.25
HSL 337.18º 0.59% 0.47% -
HSV(B) 337.18º 0.74% 0.75% -
XYZ 25.38 14.49 14.56 -
YUV 98.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 192 50 104 0 0.74 0.46 0.25 337.18 0.59 0.47
Hex C0 32 68 0 4A 2E 19 151 3B 2F
Octal 300 62 150 0 112 56 31 521 73 57
Binary 11000000 110010 1101000 0 1001010 101110 11001 101010001 111011 101111

Color Harmonies of #C03268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03268

Black with #C03268

Text Example


Text Example

White with #C03268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03268; }

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

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

background-color css

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

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

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

border-color css

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

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

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