Html Css Color HEX #C03C58 Old Rose

📋 copy color: '#C03C58'

red 192 ◦ green 60 ◦ blue 88

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

Shades of Old Rose #C03C58

Tints of Old Rose #C03C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 56.47%
G = 17.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03C58 (or 0xC03C58) is known color: Old Rose. HEX triplet: C0, 3C and 58. RGB value is (192,60,88). Sum of RGB (Red+Green+Blue) = 192+60+88=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C58 is #3FC3A7. Grayscale: #666666. Windows color (decimal): -4178856 or 5782720. OLE color: 5782720.

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

Color convert

RGB 192 60 88 -
CMYK 0 0.69 0.54 0.25
HSL 347.27º 0.52% 0.49% -
HSV(B) 347.27º 0.69% 0.75% -
XYZ 25.12 15.14 10.83 -
YUV 102.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 192 60 88 0 0.69 0.54 0.25 347.27 0.52 0.49
Hex C0 3C 58 0 45 36 19 15B 34 31
Octal 300 74 130 0 105 66 31 533 64 61
Binary 11000000 111100 1011000 0 1000101 110110 11001 101011011 110100 110001

Color Harmonies of #C03C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C58

Black with #C03C58

Text Example


Text Example

White with #C03C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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