Html Css Color HEX #C31B5A Old Rose

📋 copy color: '#C31B5A'

red 195 ◦ green 27 ◦ blue 90

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

Shades of Old Rose #C31B5A

Tints of Old Rose #C31B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 62.5%
G = 8.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C31B5A (or 0xC31B5A) is known color: Old Rose. HEX triplet: C3, 1B and 5A. RGB value is (195,27,90). Sum of RGB (Red+Green+Blue) = 195+27+90=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B5A is #3CE4A5. Grayscale: #545454. Windows color (decimal): -3990694 or 5905347. OLE color: 5905347.

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

Color convert

RGB 195 27 90 -
CMYK 0 0.86 0.54 0.24
HSL 337.5º 0.76% 0.44% -
HSV(B) 337.5º 0.86% 0.76% -
XYZ 24.74 13.12 10.9 -
YUV 84.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 195 27 90 0 0.86 0.54 0.24 337.5 0.76 0.44
Hex C3 1B 5A 0 56 36 18 152 4C 2C
Octal 303 33 132 0 126 66 30 522 114 54
Binary 11000011 11011 1011010 0 1010110 110110 11000 101010010 1001100 101100

Color Harmonies of #C31B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B5A

Black with #C31B5A

Text Example


Text Example

White with #C31B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B5A; }

 p { color: rgb(195,27,90); }

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

background-color css

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

 a { background-color: rgb(195,27,90); }

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

border-color css

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

 span { border-color: rgb(195,27,90); }

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