Html Css Color HEX #C31E60 Old Rose

📋 copy color: '#C31E60'

red 195 ◦ green 30 ◦ blue 96

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

Shades of Old Rose #C31E60

Tints of Old Rose #C31E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 60.75%
G = 9.35%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C31E60 (or 0xC31E60) is known color: Old Rose. HEX triplet: C3, 1E and 60. RGB value is (195,30,96). Sum of RGB (Red+Green+Blue) = 195+30+96=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E60 is #3CE19F. Grayscale: #565656. Windows color (decimal): -3989920 or 6299331. OLE color: 6299331.

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

Color convert

RGB 195 30 96 -
CMYK 0 0.85 0.51 0.24
HSL 336º 0.73% 0.44% -
HSV(B) 336º 0.85% 0.76% -
XYZ 25.08 13.38 12.33 -
YUV 86.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 195 30 96 0 0.85 0.51 0.24 336 0.73 0.44
Hex C3 1E 60 0 55 33 18 150 49 2C
Octal 303 36 140 0 125 63 30 520 111 54
Binary 11000011 11110 1100000 0 1010101 110011 11000 101010000 1001001 101100

Color Harmonies of #C31E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E60

Black with #C31E60

Text Example


Text Example

White with #C31E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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