Html Css Color HEX #C6055B Ruby

📋 copy color: '#C6055B'

red 198 ◦ green 5 ◦ blue 91

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

Shades of Ruby #C6055B

Tints of Ruby #C6055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 67.35%
G = 1.7%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6055B (or 0xC6055B) is known color: Ruby. HEX triplet: C6, 05 and 5B. RGB value is (198,5,91). Sum of RGB (Red+Green+Blue) = 198+5+91=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6055B is #39FAA4. Grayscale: #484848. Windows color (decimal): -3799717 or 5965254. OLE color: 5965254.

HSL color Cylindrical-coordinate representation of color #C6055B: hue angle of 333.26º 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 #C6055B is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 91 -
CMYK 0 0.97 0.54 0.22
HSL 333.26º 0.95% 0.4% -
HSV(B) 333.26º 0.97% 0.78% -
XYZ 25.23 12.87 11.05 -
YUV 72.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 198 5 91 0 0.97 0.54 0.22 333.26 0.95 0.4
Hex C6 5 5B 0 61 36 16 14D 5F 28
Octal 306 5 133 0 141 66 26 515 137 50
Binary 11000110 101 1011011 0 1100001 110110 10110 101001101 1011111 101000

Color Harmonies of #C6055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6055B

Black with #C6055B

Text Example


Text Example

White with #C6055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6055B; }

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

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

background-color css

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

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

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

border-color css

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

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

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