Html Css Color HEX #C31C57 Old Rose

📋 copy color: '#C31C57'

red 195 ◦ green 28 ◦ blue 87

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

Shades of Old Rose #C31C57

Tints of Old Rose #C31C57

RGB

 RED value IS 195 (76.56% from 255) = 62.9%

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 62.9%
G = 9.03%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C31C57 (or 0xC31C57) is known color: Old Rose. HEX triplet: C3, 1C and 57. RGB value is (195,28,87). Sum of RGB (Red+Green+Blue) = 195+28+87=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C57 is #3CE3A8. Grayscale: #545454. Windows color (decimal): -3990441 or 5708995. OLE color: 5708995.

HSL color Cylindrical-coordinate representation of color #C31C57: hue angle of 338.8º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C57 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 87 -
CMYK 0 0.86 0.55 0.24
HSL 338.8º 0.75% 0.44% -
HSV(B) 338.8º 0.86% 0.76% -
XYZ 24.64 13.12 10.25 -
YUV 84.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 195 28 87 0 0.86 0.55 0.24 338.8 0.75 0.44
Hex C3 1C 57 0 56 37 18 153 4B 2C
Octal 303 34 127 0 126 67 30 523 113 54
Binary 11000011 11100 1010111 0 1010110 110111 11000 101010011 1001011 101100

Color Harmonies of #C31C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C57

Black with #C31C57

Text Example


Text Example

White with #C31C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C57; }

 p { color: rgb(195,28,87); }

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

background-color css

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

 a { background-color: rgb(195,28,87); }

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

border-color css

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

 span { border-color: rgb(195,28,87); }

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