Html Css Color HEX #C2145C Ruby

📋 copy color: '#C2145C'

red 194 ◦ green 20 ◦ blue 92

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

Shades of Ruby #C2145C

Tints of Ruby #C2145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

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

R = 63.4%
G = 6.54%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2145C (or 0xC2145C) is known color: Ruby. HEX triplet: C2, 14 and 5C. RGB value is (194,20,92). Sum of RGB (Red+Green+Blue) = 194+20+92=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2145C is #3DEBA3. Grayscale: #505050. Windows color (decimal): -4058020 or 6034626. OLE color: 6034626.

HSL color Cylindrical-coordinate representation of color #C2145C: hue angle of 335.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2145C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 92 -
CMYK 0 0.90 0.53 0.24
HSL 335.17º 0.81% 0.42% -
HSV(B) 335.17º 0.9% 0.76% -
XYZ 24.43 12.74 11.3 -
YUV 80.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 194 20 92 0 0.90 0.53 0.24 335.17 0.81 0.42
Hex C2 14 5C 0 5A 35 18 14F 51 2A
Octal 302 24 134 0 132 65 30 517 121 52
Binary 11000010 10100 1011100 0 1011010 110101 11000 101001111 1010001 101010

Color Harmonies of #C2145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2145C

Black with #C2145C

Text Example


Text Example

White with #C2145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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