Html Css Color HEX #C2155C Ruby

📋 copy color: '#C2155C'

red 194 ◦ green 21 ◦ blue 92

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

Shades of Ruby #C2155C

Tints of Ruby #C2155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 63.19%
G = 6.84%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2155C (or 0xC2155C) is known color: Ruby. HEX triplet: C2, 15 and 5C. RGB value is (194,21,92). Sum of RGB (Red+Green+Blue) = 194+21+92=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2155C is #3DEAA3. Grayscale: #505050. Windows color (decimal): -4057764 or 6034882. OLE color: 6034882.

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

Color convert

RGB 194 21 92 -
CMYK 0 0.89 0.53 0.24
HSL 335.38º 0.8% 0.42% -
HSV(B) 335.38º 0.89% 0.76% -
XYZ 24.45 12.78 11.3 -
YUV 80.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 194 21 92 0 0.89 0.53 0.24 335.38 0.8 0.42
Hex C2 15 5C 0 59 35 18 14F 50 2A
Octal 302 25 134 0 131 65 30 517 120 52
Binary 11000010 10101 1011100 0 1011001 110101 11000 101001111 1010000 101010

Color Harmonies of #C2155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2155C

Black with #C2155C

Text Example


Text Example

White with #C2155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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