Html Css Color HEX #C31E5A Old Rose

📋 copy color: '#C31E5A'

red 195 ◦ green 30 ◦ blue 90

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

Shades of Old Rose #C31E5A

Tints of Old Rose #C31E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 61.9%
G = 9.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C31E5A (or 0xC31E5A) is known color: Old Rose. HEX triplet: C3, 1E and 5A. RGB value is (195,30,90). Sum of RGB (Red+Green+Blue) = 195+30+90=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E5A is #3CE1A5. Grayscale: #565656. Windows color (decimal): -3989926 or 5906115. OLE color: 5906115.

HSL color Cylindrical-coordinate representation of color #C31E5A: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E5A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 90 -
CMYK 0 0.85 0.54 0.24
HSL 338.18º 0.73% 0.44% -
HSV(B) 338.18º 0.85% 0.76% -
XYZ 24.82 13.27 10.93 -
YUV 86.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 195 30 90 0 0.85 0.54 0.24 338.18 0.73 0.44
Hex C3 1E 5A 0 55 36 18 152 49 2C
Octal 303 36 132 0 125 66 30 522 111 54
Binary 11000011 11110 1011010 0 1010101 110110 11000 101010010 1001001 101100

Color Harmonies of #C31E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E5A

Black with #C31E5A

Text Example


Text Example

White with #C31E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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