Html Css Color HEX #C2165B Ruby

📋 copy color: '#C2165B'

red 194 ◦ green 22 ◦ blue 91

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

Shades of Ruby #C2165B

Tints of Ruby #C2165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 63.19%
G = 7.17%
B = 29.64%

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

#C2165B (or 0xC2165B) is known color: Ruby. HEX triplet: C2, 16 and 5B. RGB value is (194,22,91). Sum of RGB (Red+Green+Blue) = 194+22+91=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2165B is #3DE9A4. Grayscale: #515151. Windows color (decimal): -4057509 or 5969602. OLE color: 5969602.

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

Color convert

RGB 194 22 91 -
CMYK 0 0.89 0.53 0.24
HSL 335.93º 0.8% 0.42% -
HSV(B) 335.93º 0.89% 0.76% -
XYZ 24.42 12.8 11.08 -
YUV 81.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 194 22 91 0 0.89 0.53 0.24 335.93 0.8 0.42
Hex C2 16 5B 0 59 35 18 150 50 2A
Octal 302 26 133 0 131 65 30 520 120 52
Binary 11000010 10110 1011011 0 1011001 110101 11000 101010000 1010000 101010

Color Harmonies of #C2165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2165B

Black with #C2165B

Text Example


Text Example

White with #C2165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2165B; }

 p { color: rgb(194,22,91); }

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

background-color css

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

 a { background-color: rgb(194,22,91); }

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

border-color css

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

 span { border-color: rgb(194,22,91); }

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