Html Css Color HEX #C03957 Old Rose

📋 copy color: '#C03957'

red 192 ◦ green 57 ◦ blue 87

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

Shades of Old Rose #C03957

Tints of Old Rose #C03957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 57.14%
G = 16.96%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03957 (or 0xC03957) is known color: Old Rose. HEX triplet: C0, 39 and 57. RGB value is (192,57,87). Sum of RGB (Red+Green+Blue) = 192+57+87=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C03957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03957 is #3FC6A8. Grayscale: #646464. Windows color (decimal): -4179625 or 5716416. OLE color: 5716416.

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

Color convert

RGB 192 57 87 -
CMYK 0 0.70 0.55 0.25
HSL 346.67º 0.54% 0.49% -
HSV(B) 346.67º 0.7% 0.75% -
XYZ 24.92 14.82 10.56 -
YUV 100.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 192 57 87 0 0.70 0.55 0.25 346.67 0.54 0.49
Hex C0 39 57 0 46 37 19 15B 36 31
Octal 300 71 127 0 106 67 31 533 66 61
Binary 11000000 111001 1010111 0 1000110 110111 11001 101011011 110110 110001

Color Harmonies of #C03957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03957

Black with #C03957

Text Example


Text Example

White with #C03957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03957; }

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

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

background-color css

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

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

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

border-color css

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

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

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