Html Css Color HEX #C31C55 Old Rose

📋 copy color: '#C31C55'

red 195 ◦ green 28 ◦ blue 85

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

Shades of Old Rose #C31C55

Tints of Old Rose #C31C55

RGB

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

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

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

R = 63.31%
G = 9.09%
B = 27.6%

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

#C31C55 (or 0xC31C55) is known color: Old Rose. HEX triplet: C3, 1C and 55. RGB value is (195,28,85). Sum of RGB (Red+Green+Blue) = 195+28+85=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C55 is #3CE3AA. Grayscale: #545454. Windows color (decimal): -3990443 or 5577923. OLE color: 5577923.

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

Color convert

RGB 195 28 85 -
CMYK 0 0.86 0.56 0.24
HSL 339.52º 0.75% 0.44% -
HSV(B) 339.52º 0.86% 0.76% -
XYZ 24.56 13.09 9.83 -
YUV 84.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 195 28 85 0 0.86 0.56 0.24 339.52 0.75 0.44
Hex C3 1C 55 0 56 38 18 154 4B 2C
Octal 303 34 125 0 126 70 30 524 113 54
Binary 11000011 11100 1010101 0 1010110 111000 11000 101010100 1001011 101100

Color Harmonies of #C31C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C55

Black with #C31C55

Text Example


Text Example

White with #C31C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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