Html Css Color HEX #C03461 Old Rose

📋 copy color: '#C03461'

red 192 ◦ green 52 ◦ blue 97

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

Shades of Old Rose #C03461

Tints of Old Rose #C03461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 56.3%
G = 15.25%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03461 (or 0xC03461) is known color: Old Rose. HEX triplet: C0, 34 and 61. RGB value is (192,52,97). Sum of RGB (Red+Green+Blue) = 192+52+97=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03461 is #3FCB9E. Grayscale: #626262. Windows color (decimal): -4180895 or 6370496. OLE color: 6370496.

HSL color Cylindrical-coordinate representation of color #C03461: hue angle of 340.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03461 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 97 -
CMYK 0 0.73 0.49 0.25
HSL 340.71º 0.57% 0.48% -
HSV(B) 340.71º 0.73% 0.75% -
XYZ 25.12 14.53 12.79 -
YUV 98.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 192 52 97 0 0.73 0.49 0.25 340.71 0.57 0.48
Hex C0 34 61 0 49 31 19 155 39 30
Octal 300 64 141 0 111 61 31 525 71 60
Binary 11000000 110100 1100001 0 1001001 110001 11001 101010101 111001 110000

Color Harmonies of #C03461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03461

Black with #C03461

Text Example


Text Example

White with #C03461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03461; }

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

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

background-color css

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

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

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

border-color css

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

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

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