Html Css Color HEX #C31553 Old Rose

📋 copy color: '#C31553'

red 195 ◦ green 21 ◦ blue 83

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

Shades of Old Rose #C31553

Tints of Old Rose #C31553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 65.22%
G = 7.02%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C31553 (or 0xC31553) is known color: Old Rose. HEX triplet: C3, 15 and 53. RGB value is (195,21,83). Sum of RGB (Red+Green+Blue) = 195+21+83=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31553 is #3CEAAC. Grayscale: #505050. Windows color (decimal): -3992237 or 5445059. OLE color: 5445059.

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

Color convert

RGB 195 21 83 -
CMYK 0 0.89 0.57 0.24
HSL 338.62º 0.81% 0.42% -
HSV(B) 338.62º 0.89% 0.76% -
XYZ 24.34 12.76 9.36 -
YUV 80.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 195 21 83 0 0.89 0.57 0.24 338.62 0.81 0.42
Hex C3 15 53 0 59 39 18 153 51 2A
Octal 303 25 123 0 131 71 30 523 121 52
Binary 11000011 10101 1010011 0 1011001 111001 11000 101010011 1010001 101010

Color Harmonies of #C31553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31553

Black with #C31553

Text Example


Text Example

White with #C31553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31553; }

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

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

background-color css

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

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

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

border-color css

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

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

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