Html Css Color HEX #C03267 Rouge

📋 copy color: '#C03267'

red 192 ◦ green 50 ◦ blue 103

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

Shades of Rouge #C03267

Tints of Rouge #C03267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.86%

R = 55.65%
G = 14.49%
B = 29.86%

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

#C03267 (or 0xC03267) is known color: Rouge. HEX triplet: C0, 32 and 67. RGB value is (192,50,103). Sum of RGB (Red+Green+Blue) = 192+50+103=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03267 is #3FCD98. Grayscale: #626262. Windows color (decimal): -4181401 or 6763200. OLE color: 6763200.

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

Color convert

RGB 192 50 103 -
CMYK 0 0.74 0.46 0.25
HSL 337.61º 0.59% 0.47% -
HSV(B) 337.61º 0.74% 0.75% -
XYZ 25.33 14.47 14.29 -
YUV 98.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 192 50 103 0 0.74 0.46 0.25 337.61 0.59 0.47
Hex C0 32 67 0 4A 2E 19 152 3B 2F
Octal 300 62 147 0 112 56 31 522 73 57
Binary 11000000 110010 1100111 0 1001010 101110 11001 101010010 111011 101111

Color Harmonies of #C03267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03267

Black with #C03267

Text Example


Text Example

White with #C03267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03267; }

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

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

background-color css

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

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

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

border-color css

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

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

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