Html Css Color HEX #C3175C Ruby

📋 copy color: '#C3175C'

red 195 ◦ green 23 ◦ blue 92

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

Shades of Ruby #C3175C

Tints of Ruby #C3175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 62.9%
G = 7.42%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3175C (or 0xC3175C) is known color: Ruby. HEX triplet: C3, 17 and 5C. RGB value is (195,23,92). Sum of RGB (Red+Green+Blue) = 195+23+92=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3175C is #3CE8A3. Grayscale: #525252. Windows color (decimal): -3991716 or 6035395. OLE color: 6035395.

HSL color Cylindrical-coordinate representation of color #C3175C: hue angle of 335.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3175C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 92 -
CMYK 0 0.88 0.53 0.24
HSL 335.93º 0.79% 0.43% -
HSV(B) 335.93º 0.88% 0.76% -
XYZ 24.74 12.99 11.33 -
YUV 82.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 195 23 92 0 0.88 0.53 0.24 335.93 0.79 0.43
Hex C3 17 5C 0 58 35 18 150 4F 2B
Octal 303 27 134 0 130 65 30 520 117 53
Binary 11000011 10111 1011100 0 1011000 110101 11000 101010000 1001111 101011

Color Harmonies of #C3175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3175C

Black with #C3175C

Text Example


Text Example

White with #C3175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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