Html Css Color HEX #C2175B Ruby

📋 copy color: '#C2175B'

red 194 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C2175B

Tints of Ruby #C2175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 62.99%
G = 7.47%
B = 29.55%

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

#C2175B (or 0xC2175B) is known color: Ruby. HEX triplet: C2, 17 and 5B. RGB value is (194,23,91). Sum of RGB (Red+Green+Blue) = 194+23+91=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2175B is #3DE8A4. Grayscale: #515151. Windows color (decimal): -4057253 or 5969858. OLE color: 5969858.

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

Color convert

RGB 194 23 91 -
CMYK 0 0.88 0.53 0.24
HSL 336.14º 0.79% 0.43% -
HSV(B) 336.14º 0.88% 0.76% -
XYZ 24.44 12.84 11.09 -
YUV 81.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 194 23 91 0 0.88 0.53 0.24 336.14 0.79 0.43
Hex C2 17 5B 0 58 35 18 150 4F 2B
Octal 302 27 133 0 130 65 30 520 117 53
Binary 11000010 10111 1011011 0 1011000 110101 11000 101010000 1001111 101011

Color Harmonies of #C2175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2175B

Black with #C2175B

Text Example


Text Example

White with #C2175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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