Html Css Color HEX #C3185C Ruby

📋 copy color: '#C3185C'

red 195 ◦ green 24 ◦ blue 92

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

Shades of Ruby #C3185C

Tints of Ruby #C3185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 62.7%
G = 7.72%
B = 29.58%

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

#C3185C (or 0xC3185C) is known color: Ruby. HEX triplet: C3, 18 and 5C. RGB value is (195,24,92). Sum of RGB (Red+Green+Blue) = 195+24+92=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3185C is #3CE7A3. Grayscale: #525252. Windows color (decimal): -3991460 or 6035651. OLE color: 6035651.

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

Color convert

RGB 195 24 92 -
CMYK 0 0.88 0.53 0.24
HSL 336.14º 0.78% 0.43% -
HSV(B) 336.14º 0.88% 0.76% -
XYZ 24.76 13.03 11.33 -
YUV 82.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 195 24 92 0 0.88 0.53 0.24 336.14 0.78 0.43
Hex C3 18 5C 0 58 35 18 150 4E 2B
Octal 303 30 134 0 130 65 30 520 116 53
Binary 11000011 11000 1011100 0 1011000 110101 11000 101010000 1001110 101011

Color Harmonies of #C3185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3185C

Black with #C3185C

Text Example


Text Example

White with #C3185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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