Html Css Color HEX #C2195F Ruby

📋 copy color: '#C2195F'

red 194 ◦ green 25 ◦ blue 95

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

Shades of Ruby #C2195F

Tints of Ruby #C2195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 61.78%
G = 7.96%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2195F (or 0xC2195F) is known color: Ruby. HEX triplet: C2, 19 and 5F. RGB value is (194,25,95). Sum of RGB (Red+Green+Blue) = 194+25+95=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C2195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2195F is #3DE6A0. Grayscale: #535353. Windows color (decimal): -4056737 or 6232514. OLE color: 6232514.

HSL color Cylindrical-coordinate representation of color #C2195F: hue angle of 335.15º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2195F is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 95 -
CMYK 0 0.87 0.51 0.24
HSL 335.15º 0.77% 0.43% -
HSV(B) 335.15º 0.87% 0.76% -
XYZ 24.66 12.99 12.03 -
YUV 83.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 194 25 95 0 0.87 0.51 0.24 335.15 0.77 0.43
Hex C2 19 5F 0 57 33 18 14F 4D 2B
Octal 302 31 137 0 127 63 30 517 115 53
Binary 11000010 11001 1011111 0 1010111 110011 11000 101001111 1001101 101011

Color Harmonies of #C2195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2195F

Black with #C2195F

Text Example


Text Example

White with #C2195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2195F; }

 p { color: rgb(194,25,95); }

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

background-color css

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

 a { background-color: rgb(194,25,95); }

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

border-color css

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

 span { border-color: rgb(194,25,95); }

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