Html Css Color HEX #C3105C Ruby

📋 copy color: '#C3105C'

red 195 ◦ green 16 ◦ blue 92

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

Shades of Ruby #C3105C

Tints of Ruby #C3105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 64.36%
G = 5.28%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3105C (or 0xC3105C) is known color: Ruby. HEX triplet: C3, 10 and 5C. RGB value is (195,16,92). Sum of RGB (Red+Green+Blue) = 195+16+92=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3105C is #3CEFA3. Grayscale: #4E4E4E. Windows color (decimal): -3993508 or 6033603. OLE color: 6033603.

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

Color convert

RGB 195 16 92 -
CMYK 0 0.92 0.53 0.24
HSL 334.53º 0.85% 0.41% -
HSV(B) 334.53º 0.92% 0.76% -
XYZ 24.62 12.75 11.29 -
YUV 78.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 195 16 92 0 0.92 0.53 0.24 334.53 0.85 0.41
Hex C3 10 5C 0 5C 35 18 14F 55 29
Octal 303 20 134 0 134 65 30 517 125 51
Binary 11000011 10000 1011100 0 1011100 110101 11000 101001111 1010101 101001

Color Harmonies of #C3105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3105C

Black with #C3105C

Text Example


Text Example

White with #C3105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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