Html Css Color HEX #C6005E Ruby

📋 copy color: '#C6005E'

red 198 ◦ green 0 ◦ blue 94

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

Shades of Ruby #C6005E

Tints of Ruby #C6005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 67.81%
G = 0%
B = 32.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6005E (or 0xC6005E) is known color: Ruby. HEX triplet: C6, 00 and 5E. RGB value is (198,0,94). Sum of RGB (Red+Green+Blue) = 198+0+94=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6005E is #39FFA1. Grayscale: #454545. Windows color (decimal): -3800994 or 6160582. OLE color: 6160582.

HSL color Cylindrical-coordinate representation of color #C6005E: hue angle of 331.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6005E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 94 -
CMYK 0 1 0.53 0.22
HSL 331.52º 1% 0.39% -
HSV(B) 331.52º 1% 0.78% -
XYZ 25.31 12.81 11.73 -
YUV 69.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 198 0 94 0 1 0.53 0.22 331.52 1 0.39
Hex C6 0 5E 0 64 35 16 14C 64 27
Octal 306 0 136 0 144 65 26 514 144 47
Binary 11000110 0 1011110 0 1100100 110101 10110 101001100 1100100 100111

Color Harmonies of #C6005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6005E

Black with #C6005E

Text Example


Text Example

White with #C6005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6005E; }

 p { color: rgb(198,0,94); }

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

background-color css

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

 a { background-color: rgb(198,0,94); }

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

border-color css

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

 span { border-color: rgb(198,0,94); }

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