Html Css Color HEX #C03451 Old Rose

📋 copy color: '#C03451'

red 192 ◦ green 52 ◦ blue 81

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

Shades of Old Rose #C03451

Tints of Old Rose #C03451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.92%

R = 59.08%
G = 16%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C03451 (or 0xC03451) is known color: Old Rose. HEX triplet: C0, 34 and 51. RGB value is (192,52,81). Sum of RGB (Red+Green+Blue) = 192+52+81=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03451 is #3FCBAE. Grayscale: #616161. Windows color (decimal): -4180911 or 5321920. OLE color: 5321920.

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

Color convert

RGB 192 52 81 -
CMYK 0 0.73 0.58 0.25
HSL 347.57º 0.57% 0.48% -
HSV(B) 347.57º 0.73% 0.75% -
XYZ 24.45 14.26 9.25 -
YUV 97.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 192 52 81 0 0.73 0.58 0.25 347.57 0.57 0.48
Hex C0 34 51 0 49 3A 19 15C 39 30
Octal 300 64 121 0 111 72 31 534 71 60
Binary 11000000 110100 1010001 0 1001001 111010 11001 101011100 111001 110000

Color Harmonies of #C03451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03451

Black with #C03451

Text Example


Text Example

White with #C03451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03451; }

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

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

background-color css

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

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

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

border-color css

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

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

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