Html Css Color HEX #C31C5E Old Rose

📋 copy color: '#C31C5E'

red 195 ◦ green 28 ◦ blue 94

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

Shades of Old Rose #C31C5E

Tints of Old Rose #C31C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 61.51%
G = 8.83%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C31C5E (or 0xC31C5E) is known color: Old Rose. HEX triplet: C3, 1C and 5E. RGB value is (195,28,94). Sum of RGB (Red+Green+Blue) = 195+28+94=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C5E is #3CE3A1. Grayscale: #555555. Windows color (decimal): -3990434 or 6167747. OLE color: 6167747.

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

Color convert

RGB 195 28 94 -
CMYK 0 0.86 0.52 0.24
HSL 336.29º 0.75% 0.44% -
HSV(B) 336.29º 0.86% 0.76% -
XYZ 24.94 13.24 11.83 -
YUV 85.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 195 28 94 0 0.86 0.52 0.24 336.29 0.75 0.44
Hex C3 1C 5E 0 56 34 18 150 4B 2C
Octal 303 34 136 0 126 64 30 520 113 54
Binary 11000011 11100 1011110 0 1010110 110100 11000 101010000 1001011 101100

Color Harmonies of #C31C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C5E

Black with #C31C5E

Text Example


Text Example

White with #C31C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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