Html Css Color HEX #C6055A Ruby

📋 copy color: '#C6055A'

red 198 ◦ green 5 ◦ blue 90

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

Shades of Ruby #C6055A

Tints of Ruby #C6055A

RGB

 RED value IS 198 (77.73% from 255) = 67.58%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 67.58%
G = 1.71%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6055A (or 0xC6055A) is known color: Ruby. HEX triplet: C6, 05 and 5A. RGB value is (198,5,90). Sum of RGB (Red+Green+Blue) = 198+5+90=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6055A is #39FAA5. Grayscale: #484848. Windows color (decimal): -3799718 or 5899718. OLE color: 5899718.

HSL color Cylindrical-coordinate representation of color #C6055A: hue angle of 333.58º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6055A is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 90 -
CMYK 0 0.97 0.55 0.22
HSL 333.58º 0.95% 0.4% -
HSV(B) 333.58º 0.97% 0.78% -
XYZ 25.19 12.85 10.83 -
YUV 72.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 198 5 90 0 0.97 0.55 0.22 333.58 0.95 0.4
Hex C6 5 5A 0 61 37 16 14E 5F 28
Octal 306 5 132 0 141 67 26 516 137 50
Binary 11000110 101 1011010 0 1100001 110111 10110 101001110 1011111 101000

Color Harmonies of #C6055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6055A

Black with #C6055A

Text Example


Text Example

White with #C6055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6055A; }

 p { color: rgb(198,5,90); }

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

background-color css

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

 a { background-color: rgb(198,5,90); }

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

border-color css

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

 span { border-color: rgb(198,5,90); }

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