Html Css Color HEX #C31955 Old Rose

📋 copy color: '#C31955'

red 195 ◦ green 25 ◦ blue 85

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

Shades of Old Rose #C31955

Tints of Old Rose #C31955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

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

R = 63.93%
G = 8.2%
B = 27.87%

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

#C31955 (or 0xC31955) is known color: Old Rose. HEX triplet: C3, 19 and 55. RGB value is (195,25,85). Sum of RGB (Red+Green+Blue) = 195+25+85=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C31955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31955 is #3CE6AA. Grayscale: #525252. Windows color (decimal): -3991211 or 5577155. OLE color: 5577155.

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

Color convert

RGB 195 25 85 -
CMYK 0 0.87 0.56 0.24
HSL 338.82º 0.77% 0.43% -
HSV(B) 338.82º 0.87% 0.76% -
XYZ 24.49 12.95 9.8 -
YUV 82.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 195 25 85 0 0.87 0.56 0.24 338.82 0.77 0.43
Hex C3 19 55 0 57 38 18 153 4D 2B
Octal 303 31 125 0 127 70 30 523 115 53
Binary 11000011 11001 1010101 0 1010111 111000 11000 101010011 1001101 101011

Color Harmonies of #C31955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31955

Black with #C31955

Text Example


Text Example

White with #C31955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31955; }

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

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

background-color css

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

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

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

border-color css

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

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

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