Html Css Color HEX #C3155C Ruby

📋 copy color: '#C3155C'

red 195 ◦ green 21 ◦ blue 92

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

Shades of Ruby #C3155C

Tints of Ruby #C3155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 63.31%
G = 6.82%
B = 29.87%

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

#C3155C (or 0xC3155C) is known color: Ruby. HEX triplet: C3, 15 and 5C. RGB value is (195,21,92). Sum of RGB (Red+Green+Blue) = 195+21+92=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3155C is #3CEAA3. Grayscale: #515151. Windows color (decimal): -3992228 or 6034883. OLE color: 6034883.

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

Color convert

RGB 195 21 92 -
CMYK 0 0.89 0.53 0.24
HSL 335.52º 0.81% 0.42% -
HSV(B) 335.52º 0.89% 0.76% -
XYZ 24.71 12.91 11.32 -
YUV 81.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 195 21 92 0 0.89 0.53 0.24 335.52 0.81 0.42
Hex C3 15 5C 0 59 35 18 150 51 2A
Octal 303 25 134 0 131 65 30 520 121 52
Binary 11000011 10101 1011100 0 1011001 110101 11000 101010000 1010001 101010

Color Harmonies of #C3155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3155C

Black with #C3155C

Text Example


Text Example

White with #C3155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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