Html Css Color HEX #C2175C Ruby

📋 copy color: '#C2175C'

red 194 ◦ green 23 ◦ blue 92

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

Shades of Ruby #C2175C

Tints of Ruby #C2175C

RGB

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

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

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

R = 62.78%
G = 7.44%
B = 29.77%

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

#C2175C (or 0xC2175C) is known color: Ruby. HEX triplet: C2, 17 and 5C. RGB value is (194,23,92). Sum of RGB (Red+Green+Blue) = 194+23+92=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2175C is #3DE8A3. Grayscale: #515151. Windows color (decimal): -4057252 or 6035394. OLE color: 6035394.

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

Color convert

RGB 194 23 92 -
CMYK 0 0.88 0.53 0.24
HSL 335.79º 0.79% 0.43% -
HSV(B) 335.79º 0.88% 0.76% -
XYZ 24.49 12.85 11.32 -
YUV 82 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 194 23 92 0 0.88 0.53 0.24 335.79 0.79 0.43
Hex C2 17 5C 0 58 35 18 150 4F 2B
Octal 302 27 134 0 130 65 30 520 117 53
Binary 11000010 10111 1011100 0 1011000 110101 11000 101010000 1001111 101011

Color Harmonies of #C2175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2175C

Black with #C2175C

Text Example


Text Example

White with #C2175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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