Html Css Color HEX #C03261 Old Rose

📋 copy color: '#C03261'

red 192 ◦ green 50 ◦ blue 97

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

Shades of Old Rose #C03261

Tints of Old Rose #C03261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 56.64%
G = 14.75%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03261 (or 0xC03261) is known color: Old Rose. HEX triplet: C0, 32 and 61. RGB value is (192,50,97). Sum of RGB (Red+Green+Blue) = 192+50+97=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C03261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03261 is #3FCD9E. Grayscale: #616161. Windows color (decimal): -4181407 or 6369984. OLE color: 6369984.

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

Color convert

RGB 192 50 97 -
CMYK 0 0.74 0.49 0.25
HSL 340.14º 0.59% 0.47% -
HSV(B) 340.14º 0.74% 0.75% -
XYZ 25.04 14.35 12.76 -
YUV 97.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 192 50 97 0 0.74 0.49 0.25 340.14 0.59 0.47
Hex C0 32 61 0 4A 31 19 154 3B 2F
Octal 300 62 141 0 112 61 31 524 73 57
Binary 11000000 110010 1100001 0 1001010 110001 11001 101010100 111011 101111

Color Harmonies of #C03261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03261

Black with #C03261

Text Example


Text Example

White with #C03261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03261; }

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

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

background-color css

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

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

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

border-color css

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

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

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