Html Css Color HEX #C31E55 Old Rose

📋 copy color: '#C31E55'

red 195 ◦ green 30 ◦ blue 85

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

Shades of Old Rose #C31E55

Tints of Old Rose #C31E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 62.9%
G = 9.68%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31E55 (or 0xC31E55) is known color: Old Rose. HEX triplet: C3, 1E and 55. RGB value is (195,30,85). Sum of RGB (Red+Green+Blue) = 195+30+85=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E55 is #3CE1AA. Grayscale: #555555. Windows color (decimal): -3989931 or 5578435. OLE color: 5578435.

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

Color convert

RGB 195 30 85 -
CMYK 0 0.85 0.56 0.24
HSL 340º 0.73% 0.44% -
HSV(B) 340º 0.85% 0.76% -
XYZ 24.61 13.19 9.84 -
YUV 85.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 195 30 85 0 0.85 0.56 0.24 340 0.73 0.44
Hex C3 1E 55 0 55 38 18 154 49 2C
Octal 303 36 125 0 125 70 30 524 111 54
Binary 11000011 11110 1010101 0 1010101 111000 11000 101010100 1001001 101100

Color Harmonies of #C31E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E55

Black with #C31E55

Text Example


Text Example

White with #C31E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E55; }

 p { color: rgb(195,30,85); }

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

background-color css

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

 a { background-color: rgb(195,30,85); }

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

border-color css

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

 span { border-color: rgb(195,30,85); }

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