Html Css Color HEX #C3095B Ruby

📋 copy color: '#C3095B'

red 195 ◦ green 9 ◦ blue 91

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

Shades of Ruby #C3095B

Tints of Ruby #C3095B

RGB

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

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

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

R = 66.1%
G = 3.05%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3095B (or 0xC3095B) is known color: Ruby. HEX triplet: C3, 09 and 5B. RGB value is (195,9,91). Sum of RGB (Red+Green+Blue) = 195+9+91=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3095B is #3CF6A4. Grayscale: #494949. Windows color (decimal): -3995301 or 5966275. OLE color: 5966275.

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

Color convert

RGB 195 9 91 -
CMYK 0 0.95 0.53 0.24
HSL 333.55º 0.91% 0.4% -
HSV(B) 333.55º 0.95% 0.76% -
XYZ 24.49 12.55 11.03 -
YUV 73.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 195 9 91 0 0.95 0.53 0.24 333.55 0.91 0.4
Hex C3 9 5B 0 5F 35 18 14E 5B 28
Octal 303 11 133 0 137 65 30 516 133 50
Binary 11000011 1001 1011011 0 1011111 110101 11000 101001110 1011011 101000

Color Harmonies of #C3095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3095B

Black with #C3095B

Text Example


Text Example

White with #C3095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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