Html Css Color HEX #C03960 Old Rose

📋 copy color: '#C03960'

red 192 ◦ green 57 ◦ blue 96

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

Shades of Old Rose #C03960

Tints of Old Rose #C03960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

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

R = 55.65%
G = 16.52%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C03960 (or 0xC03960) is known color: Old Rose. HEX triplet: C0, 39 and 60. RGB value is (192,57,96). Sum of RGB (Red+Green+Blue) = 192+57+96=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03960 is #3FC69F. Grayscale: #656565. Windows color (decimal): -4179616 or 6306240. OLE color: 6306240.

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

Color convert

RGB 192 57 96 -
CMYK 0 0.70 0.50 0.25
HSL 342.67º 0.54% 0.49% -
HSV(B) 342.67º 0.7% 0.75% -
XYZ 25.31 14.98 12.62 -
YUV 101.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 192 57 96 0 0.70 0.50 0.25 342.67 0.54 0.49
Hex C0 39 60 0 46 32 19 157 36 31
Octal 300 71 140 0 106 62 31 527 66 61
Binary 11000000 111001 1100000 0 1000110 110010 11001 101010111 110110 110001

Color Harmonies of #C03960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03960

Black with #C03960

Text Example


Text Example

White with #C03960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03960; }

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

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

background-color css

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

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

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

border-color css

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

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

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