Html Css Color HEX #C2084F Ruby

📋 copy color: '#C2084F'

red 194 ◦ green 8 ◦ blue 79

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

Shades of Ruby #C2084F

Tints of Ruby #C2084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 69.04%
G = 2.85%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2084F (or 0xC2084F) is known color: Ruby. HEX triplet: C2, 08 and 4F. RGB value is (194,8,79). Sum of RGB (Red+Green+Blue) = 194+8+79=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C2084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2084F is #3DF7B0. Grayscale: #474747. Windows color (decimal): -4061105 or 5179586. OLE color: 5179586.

HSL color Cylindrical-coordinate representation of color #C2084F: hue angle of 337.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2084F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 79 -
CMYK 0 0.96 0.59 0.24
HSL 337.1º 0.92% 0.4% -
HSV(B) 337.1º 0.96% 0.76% -
XYZ 23.75 12.21 8.5 -
YUV 71.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 194 8 79 0 0.96 0.59 0.24 337.1 0.92 0.4
Hex C2 8 4F 0 60 3B 18 151 5C 28
Octal 302 10 117 0 140 73 30 521 134 50
Binary 11000010 1000 1001111 0 1100000 111011 11000 101010001 1011100 101000

Color Harmonies of #C2084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2084F

Black with #C2084F

Text Example


Text Example

White with #C2084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2084F; }

 p { color: rgb(194,8,79); }

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

background-color css

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

 a { background-color: rgb(194,8,79); }

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

border-color css

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

 span { border-color: rgb(194,8,79); }

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