Html Css Color HEX #C3155B Ruby

📋 copy color: '#C3155B'

red 195 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C3155B

Tints of Ruby #C3155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 63.52%
G = 6.84%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3155B (or 0xC3155B) is known color: Ruby. HEX triplet: C3, 15 and 5B. RGB value is (195,21,91). Sum of RGB (Red+Green+Blue) = 195+21+91=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3155B is #3CEAA4. Grayscale: #505050. Windows color (decimal): -3992229 or 5969347. OLE color: 5969347.

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

Color convert

RGB 195 21 91 -
CMYK 0 0.89 0.53 0.24
HSL 335.86º 0.81% 0.42% -
HSV(B) 335.86º 0.89% 0.76% -
XYZ 24.66 12.89 11.09 -
YUV 81.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 195 21 91 0 0.89 0.53 0.24 335.86 0.81 0.42
Hex C3 15 5B 0 59 35 18 150 51 2A
Octal 303 25 133 0 131 65 30 520 121 52
Binary 11000011 10101 1011011 0 1011001 110101 11000 101010000 1010001 101010

Color Harmonies of #C3155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3155B

Black with #C3155B

Text Example


Text Example

White with #C3155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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