Html Css Color HEX #C03060 Old Rose

📋 copy color: '#C03060'

red 192 ◦ green 48 ◦ blue 96

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

Shades of Old Rose #C03060

Tints of Old Rose #C03060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C03060 (or 0xC03060) is known color: Old Rose. HEX triplet: C0, 30 and 60. RGB value is (192,48,96). Sum of RGB (Red+Green+Blue) = 192+48+96=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C03060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03060 is #3FCF9F. Grayscale: #606060. Windows color (decimal): -4181920 or 6303936. OLE color: 6303936.

HSL color Cylindrical-coordinate representation of color #C03060: hue angle of 340º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03060 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 96 -
CMYK 0 0.75 0.50 0.25
HSL 340º 0.6% 0.47% -
HSV(B) 340º 0.75% 0.75% -
XYZ 24.91 14.16 12.49 -
YUV 96.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 192 48 96 0 0.75 0.50 0.25 340 0.6 0.47
Hex C0 30 60 0 4B 32 19 154 3C 2F
Octal 300 60 140 0 113 62 31 524 74 57
Binary 11000000 110000 1100000 0 1001011 110010 11001 101010100 111100 101111

Color Harmonies of #C03060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03060

Black with #C03060

Text Example


Text Example

White with #C03060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03060; }

 p { color: rgb(192,48,96); }

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

background-color css

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

 a { background-color: rgb(192,48,96); }

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

border-color css

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

 span { border-color: rgb(192,48,96); }

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