Html Css Color HEX #C3155D Ruby

📋 copy color: '#C3155D'

red 195 ◦ green 21 ◦ blue 93

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

Shades of Ruby #C3155D

Tints of Ruby #C3155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 63.11%
G = 6.8%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3155D (or 0xC3155D) is known color: Ruby. HEX triplet: C3, 15 and 5D. RGB value is (195,21,93). Sum of RGB (Red+Green+Blue) = 195+21+93=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3155D is #3CEAA2. Grayscale: #515151. Windows color (decimal): -3992227 or 6100419. OLE color: 6100419.

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

Color convert

RGB 195 21 93 -
CMYK 0 0.89 0.52 0.24
HSL 335.17º 0.81% 0.42% -
HSV(B) 335.17º 0.89% 0.76% -
XYZ 24.75 12.93 11.55 -
YUV 81.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 195 21 93 0 0.89 0.52 0.24 335.17 0.81 0.42
Hex C3 15 5D 0 59 34 18 14F 51 2A
Octal 303 25 135 0 131 64 30 517 121 52
Binary 11000011 10101 1011101 0 1011001 110100 11000 101001111 1010001 101010

Color Harmonies of #C3155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3155D

Black with #C3155D

Text Example


Text Example

White with #C3155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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