Html Css Color HEX #C3095C Ruby

📋 copy color: '#C3095C'

red 195 ◦ green 9 ◦ blue 92

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

Shades of Ruby #C3095C

Tints of Ruby #C3095C

RGB

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

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

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

R = 65.88%
G = 3.04%
B = 31.08%

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

#C3095C (or 0xC3095C) is known color: Ruby. HEX triplet: C3, 09 and 5C. RGB value is (195,9,92). Sum of RGB (Red+Green+Blue) = 195+9+92=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3095C is #3CF6A3. Grayscale: #494949. Windows color (decimal): -3995300 or 6031811. OLE color: 6031811.

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

Color convert

RGB 195 9 92 -
CMYK 0 0.95 0.53 0.24
HSL 333.23º 0.91% 0.4% -
HSV(B) 333.23º 0.95% 0.76% -
XYZ 24.54 12.57 11.26 -
YUV 74.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 195 9 92 0 0.95 0.53 0.24 333.23 0.91 0.4
Hex C3 9 5C 0 5F 35 18 14D 5B 28
Octal 303 11 134 0 137 65 30 515 133 50
Binary 11000011 1001 1011100 0 1011111 110101 11000 101001101 1011011 101000

Color Harmonies of #C3095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3095C

Black with #C3095C

Text Example


Text Example

White with #C3095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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