Html Css Color HEX #C31556 Old Rose

📋 copy color: '#C31556'

red 195 ◦ green 21 ◦ blue 86

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

Shades of Old Rose #C31556

Tints of Old Rose #C31556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 64.57%
G = 6.95%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31556 (or 0xC31556) is known color: Old Rose. HEX triplet: C3, 15 and 56. RGB value is (195,21,86). Sum of RGB (Red+Green+Blue) = 195+21+86=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31556 is #3CEAA9. Grayscale: #505050. Windows color (decimal): -3992234 or 5641667. OLE color: 5641667.

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

Color convert

RGB 195 21 86 -
CMYK 0 0.89 0.56 0.24
HSL 337.59º 0.81% 0.42% -
HSV(B) 337.59º 0.89% 0.76% -
XYZ 24.45 12.81 9.99 -
YUV 80.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 195 21 86 0 0.89 0.56 0.24 337.59 0.81 0.42
Hex C3 15 56 0 59 38 18 152 51 2A
Octal 303 25 126 0 131 70 30 522 121 52
Binary 11000011 10101 1010110 0 1011001 111000 11000 101010010 1010001 101010

Color Harmonies of #C31556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31556

Black with #C31556

Text Example


Text Example

White with #C31556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31556; }

 p { color: rgb(195,21,86); }

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

background-color css

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

 a { background-color: rgb(195,21,86); }

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

border-color css

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

 span { border-color: rgb(195,21,86); }

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