Html Css Color HEX #C2185D Ruby

📋 copy color: '#C2185D'

red 194 ◦ green 24 ◦ blue 93

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

Shades of Ruby #C2185D

Tints of Ruby #C2185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 62.38%
G = 7.72%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2185D (or 0xC2185D) is known color: Ruby. HEX triplet: C2, 18 and 5D. RGB value is (194,24,93). Sum of RGB (Red+Green+Blue) = 194+24+93=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185D is #3DE7A2. Grayscale: #525252. Windows color (decimal): -4056995 or 6101186. OLE color: 6101186.

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

Color convert

RGB 194 24 93 -
CMYK 0 0.88 0.52 0.24
HSL 335.65º 0.78% 0.43% -
HSV(B) 335.65º 0.88% 0.76% -
XYZ 24.55 12.91 11.55 -
YUV 82.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 194 24 93 0 0.88 0.52 0.24 335.65 0.78 0.43
Hex C2 18 5D 0 58 34 18 150 4E 2B
Octal 302 30 135 0 130 64 30 520 116 53
Binary 11000010 11000 1011101 0 1011000 110100 11000 101010000 1001110 101011

Color Harmonies of #C2185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2185D

Black with #C2185D

Text Example


Text Example

White with #C2185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2185D; }

 p { color: rgb(194,24,93); }

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

background-color css

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

 a { background-color: rgb(194,24,93); }

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

border-color css

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

 span { border-color: rgb(194,24,93); }

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