Html Css Color HEX #C03C5F Old Rose

📋 copy color: '#C03C5F'

red 192 ◦ green 60 ◦ blue 95

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

Shades of Old Rose #C03C5F

Tints of Old Rose #C03C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 55.33%
G = 17.29%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C03C5F (or 0xC03C5F) is known color: Old Rose. HEX triplet: C0, 3C and 5F. RGB value is (192,60,95). Sum of RGB (Red+Green+Blue) = 192+60+95=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C5F is #3FC3A0. Grayscale: #676767. Windows color (decimal): -4178849 or 6241472. OLE color: 6241472.

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

Color convert

RGB 192 60 95 -
CMYK 0 0.69 0.51 0.25
HSL 344.09º 0.52% 0.49% -
HSV(B) 344.09º 0.69% 0.75% -
XYZ 25.42 15.26 12.43 -
YUV 103.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 192 60 95 0 0.69 0.51 0.25 344.09 0.52 0.49
Hex C0 3C 5F 0 45 33 19 158 34 31
Octal 300 74 137 0 105 63 31 530 64 61
Binary 11000000 111100 1011111 0 1000101 110011 11001 101011000 110100 110001

Color Harmonies of #C03C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C5F

Black with #C03C5F

Text Example


Text Example

White with #C03C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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