Html Css Color HEX #C03A5F Old Rose

📋 copy color: '#C03A5F'

red 192 ◦ green 58 ◦ blue 95

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

Shades of Old Rose #C03A5F

Tints of Old Rose #C03A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 55.65%
G = 16.81%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C03A5F (or 0xC03A5F) is known color: Old Rose. HEX triplet: C0, 3A and 5F. RGB value is (192,58,95). Sum of RGB (Red+Green+Blue) = 192+58+95=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5F is #3FC5A0. Grayscale: #666666. Windows color (decimal): -4179361 or 6240960. OLE color: 6240960.

HSL color Cylindrical-coordinate representation of color #C03A5F: hue angle of 343.43º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A5F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 95 -
CMYK 0 0.70 0.51 0.25
HSL 343.43º 0.54% 0.49% -
HSV(B) 343.43º 0.7% 0.75% -
XYZ 25.32 15.06 12.4 -
YUV 102.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 192 58 95 0 0.70 0.51 0.25 343.43 0.54 0.49
Hex C0 3A 5F 0 46 33 19 157 36 31
Octal 300 72 137 0 106 63 31 527 66 61
Binary 11000000 111010 1011111 0 1000110 110011 11001 101010111 110110 110001

Color Harmonies of #C03A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A5F

Black with #C03A5F

Text Example


Text Example

White with #C03A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A5F; }

 p { color: rgb(192,58,95); }

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

background-color css

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

 a { background-color: rgb(192,58,95); }

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

border-color css

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

 span { border-color: rgb(192,58,95); }

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