Html Css Color HEX #C31A55 Old Rose

📋 copy color: '#C31A55'

red 195 ◦ green 26 ◦ blue 85

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

Shades of Old Rose #C31A55

Tints of Old Rose #C31A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

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

R = 63.73%
G = 8.5%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31A55 (or 0xC31A55) is known color: Old Rose. HEX triplet: C3, 1A and 55. RGB value is (195,26,85). Sum of RGB (Red+Green+Blue) = 195+26+85=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A55 is #3CE5AA. Grayscale: #535353. Windows color (decimal): -3990955 or 5577411. OLE color: 5577411.

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

Color convert

RGB 195 26 85 -
CMYK 0 0.87 0.56 0.24
HSL 339.05º 0.76% 0.43% -
HSV(B) 339.05º 0.87% 0.76% -
XYZ 24.51 13 9.81 -
YUV 83.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 195 26 85 0 0.87 0.56 0.24 339.05 0.76 0.43
Hex C3 1A 55 0 57 38 18 153 4C 2B
Octal 303 32 125 0 127 70 30 523 114 53
Binary 11000011 11010 1010101 0 1010111 111000 11000 101010011 1001100 101011

Color Harmonies of #C31A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A55

Black with #C31A55

Text Example


Text Example

White with #C31A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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