Html Css Color HEX #C2135C Ruby

📋 copy color: '#C2135C'

red 194 ◦ green 19 ◦ blue 92

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

Shades of Ruby #C2135C

Tints of Ruby #C2135C

RGB

 RED value IS 194 (76.17% from 255) = 63.61%

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 63.61%
G = 6.23%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2135C (or 0xC2135C) is known color: Ruby. HEX triplet: C2, 13 and 5C. RGB value is (194,19,92). Sum of RGB (Red+Green+Blue) = 194+19+92=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2135C is #3DECA3. Grayscale: #4F4F4F. Windows color (decimal): -4058276 or 6034370. OLE color: 6034370.

HSL color Cylindrical-coordinate representation of color #C2135C: hue angle of 334.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2135C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 92 -
CMYK 0 0.90 0.53 0.24
HSL 334.97º 0.82% 0.42% -
HSV(B) 334.97º 0.9% 0.76% -
XYZ 24.41 12.71 11.29 -
YUV 79.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 194 19 92 0 0.90 0.53 0.24 334.97 0.82 0.42
Hex C2 13 5C 0 5A 35 18 14F 52 2A
Octal 302 23 134 0 132 65 30 517 122 52
Binary 11000010 10011 1011100 0 1011010 110101 11000 101001111 1010010 101010

Color Harmonies of #C2135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2135C

Black with #C2135C

Text Example


Text Example

White with #C2135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2135C; }

 p { color: rgb(194,19,92); }

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

background-color css

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

 a { background-color: rgb(194,19,92); }

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

border-color css

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

 span { border-color: rgb(194,19,92); }

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