Html Css Color HEX #C3095D Ruby

📋 copy color: '#C3095D'

red 195 ◦ green 9 ◦ blue 93

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

Shades of Ruby #C3095D

Tints of Ruby #C3095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 65.66%
G = 3.03%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3095D (or 0xC3095D) is known color: Ruby. HEX triplet: C3, 09 and 5D. RGB value is (195,9,93). Sum of RGB (Red+Green+Blue) = 195+9+93=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3095D is #3CF6A2. Grayscale: #4A4A4A. Windows color (decimal): -3995299 or 6097347. OLE color: 6097347.

HSL color Cylindrical-coordinate representation of color #C3095D: hue angle of 332.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3095D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 93 -
CMYK 0 0.95 0.52 0.24
HSL 332.9º 0.91% 0.4% -
HSV(B) 332.9º 0.95% 0.76% -
XYZ 24.58 12.59 11.49 -
YUV 74.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 195 9 93 0 0.95 0.52 0.24 332.9 0.91 0.4
Hex C3 9 5D 0 5F 34 18 14D 5B 28
Octal 303 11 135 0 137 64 30 515 133 50
Binary 11000011 1001 1011101 0 1011111 110100 11000 101001101 1011011 101000

Color Harmonies of #C3095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3095D

Black with #C3095D

Text Example


Text Example

White with #C3095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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