Html Css Color HEX #C03156 Old Rose

📋 copy color: '#C03156'

red 192 ◦ green 49 ◦ blue 86

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

Shades of Old Rose #C03156

Tints of Old Rose #C03156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 86 (33.98% from 255) = 26.3%

R = 58.72%
G = 14.98%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03156 (or 0xC03156) is known color: Old Rose. HEX triplet: C0, 31 and 56. RGB value is (192,49,86). Sum of RGB (Red+Green+Blue) = 192+49+86=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03156 is #3FCEA9. Grayscale: #5F5F5F. Windows color (decimal): -4181674 or 5648832. OLE color: 5648832.

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

Color convert

RGB 192 49 86 -
CMYK 0 0.74 0.55 0.25
HSL 344.48º 0.59% 0.47% -
HSV(B) 344.48º 0.74% 0.75% -
XYZ 24.52 14.07 10.23 -
YUV 95.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 192 49 86 0 0.74 0.55 0.25 344.48 0.59 0.47
Hex C0 31 56 0 4A 37 19 158 3B 2F
Octal 300 61 126 0 112 67 31 530 73 57
Binary 11000000 110001 1010110 0 1001010 110111 11001 101011000 111011 101111

Color Harmonies of #C03156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03156

Black with #C03156

Text Example


Text Example

White with #C03156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03156; }

 p { color: rgb(192,49,86); }

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

background-color css

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

 a { background-color: rgb(192,49,86); }

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

border-color css

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

 span { border-color: rgb(192,49,86); }

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