Html Css Color HEX #C31C56 Old Rose

📋 copy color: '#C31C56'

red 195 ◦ green 28 ◦ blue 86

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

Shades of Old Rose #C31C56

Tints of Old Rose #C31C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 63.11%
G = 9.06%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31C56 (or 0xC31C56) is known color: Old Rose. HEX triplet: C3, 1C and 56. RGB value is (195,28,86). Sum of RGB (Red+Green+Blue) = 195+28+86=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C56 is #3CE3A9. Grayscale: #545454. Windows color (decimal): -3990442 or 5643459. OLE color: 5643459.

HSL color Cylindrical-coordinate representation of color #C31C56: hue angle of 339.16º 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 #C31C56 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 86 -
CMYK 0 0.86 0.56 0.24
HSL 339.16º 0.75% 0.44% -
HSV(B) 339.16º 0.86% 0.76% -
XYZ 24.6 13.1 10.04 -
YUV 84.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 195 28 86 0 0.86 0.56 0.24 339.16 0.75 0.44
Hex C3 1C 56 0 56 38 18 153 4B 2C
Octal 303 34 126 0 126 70 30 523 113 54
Binary 11000011 11100 1010110 0 1010110 111000 11000 101010011 1001011 101100

Color Harmonies of #C31C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C56

Black with #C31C56

Text Example


Text Example

White with #C31C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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