Html Css Color HEX #C03F51 Old Rose

📋 copy color: '#C03F51'

red 192 ◦ green 63 ◦ blue 81

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

Shades of Old Rose #C03F51

Tints of Old Rose #C03F51

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

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

R = 57.14%
G = 18.75%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C03F51 (or 0xC03F51) is known color: Old Rose. HEX triplet: C0, 3F and 51. RGB value is (192,63,81). Sum of RGB (Red+Green+Blue) = 192+63+81=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F51 is #3FC0AE. Grayscale: #676767. Windows color (decimal): -4178095 or 5324736. OLE color: 5324736.

HSL color Cylindrical-coordinate representation of color #C03F51: hue angle of 351.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F51 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 81 -
CMYK 0 0.67 0.58 0.25
HSL 351.63º 0.51% 0.5% -
HSV(B) 351.63º 0.67% 0.75% -
XYZ 25 15.36 9.43 -
YUV 103.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 192 63 81 0 0.67 0.58 0.25 351.63 0.51 0.5
Hex C0 3F 51 0 43 3A 19 160 33 32
Octal 300 77 121 0 103 72 31 540 63 62
Binary 11000000 111111 1010001 0 1000011 111010 11001 101100000 110011 110010

Color Harmonies of #C03F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F51

Black with #C03F51

Text Example


Text Example

White with #C03F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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