Html Css Color HEX #C31F60 Old Rose

📋 copy color: '#C31F60'

red 195 ◦ green 31 ◦ blue 96

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

Shades of Old Rose #C31F60

Tints of Old Rose #C31F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

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

R = 60.56%
G = 9.63%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C31F60 (or 0xC31F60) is known color: Old Rose. HEX triplet: C3, 1F and 60. RGB value is (195,31,96). Sum of RGB (Red+Green+Blue) = 195+31+96=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F60 is #3CE09F. Grayscale: #575757. Windows color (decimal): -3989664 or 6299587. OLE color: 6299587.

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

Color convert

RGB 195 31 96 -
CMYK 0 0.84 0.51 0.24
HSL 336.22º 0.73% 0.44% -
HSV(B) 336.22º 0.84% 0.76% -
XYZ 25.11 13.43 12.33 -
YUV 87.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 195 31 96 0 0.84 0.51 0.24 336.22 0.73 0.44
Hex C3 1F 60 0 54 33 18 150 49 2C
Octal 303 37 140 0 124 63 30 520 111 54
Binary 11000011 11111 1100000 0 1010100 110011 11000 101010000 1001001 101100

Color Harmonies of #C31F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F60

Black with #C31F60

Text Example


Text Example

White with #C31F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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